forum.alglib.net

ALGLIB forum
It is currently Fri Apr 19, 2024 5:57 am

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Simultaneous optimisation of 2 interdependant functions
PostPosted: Fri Nov 30, 2012 8:29 am 
Offline

Joined: Fri Nov 30, 2012 7:32 am
Posts: 1
Hi everybody,

I would like two simultaneously optimize two function f(x,h(x,y)) and g(y,h(x,y)) where x and y are the variables and h(x,y) is a "parameter" that varies with x and y. In other words, y can be seen as a parameter of f and x as a parameter of g.

Do you how to use the L-BFGS or CG algorithms to solve that problem. My first guess would be the following:
- You fix y
- You optimize f(x,h(x,y))
- You optimize g(y,h(x,y)) with the solution you found for x
- You loop until you meet a certain condition.

What do you think about it?

Thanks a lot

Carl


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 53 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group