Page 1 of 1
Constrained optimization-fmincon
Posted: March 18th, 2009, 7:17 pm
by GreekMartingale
Helloam i the only one who finds Matlab's fmincon constrained optimization function terrible? For example a small change in the guess values and the results significantly change. I am solving a multistage ALM problem and i need a good constrained optimizer in Matlab environment. Does anybody have an idea how to get-find such an optimizer?thank you
Constrained optimization-fmincon
Posted: March 18th, 2009, 11:10 pm
by msperlin
QuoteOriginally posted by: GreekMartingaleHelloam i the only one who finds Matlab's fmincon constrained optimization function terrible? For example a small change in the guess values and the results significantly change. I am solving a multistage ALM problem and i need a good constrained optimizer in Matlab environment. Does anybody have an idea how to get-find such an optimizer?thank youWhat kind of constrain, bound or linear equality/inequality ?Can you describe a little more about the optimization problem?
Constrained optimization-fmincon
Posted: March 18th, 2009, 11:15 pm
by GreekMartingale
It is an expected utility optimization problem which is approximated by a Monte Carlo estimator, given linear constraints i.e. accounting identities. Fmincon is very sensitive to minor changes of the guess values in a way that results change dramatically.
Constrained optimization-fmincon
Posted: March 19th, 2009, 9:30 am
by msperlin
QuoteOriginally posted by: GreekMartingaleIt is an expected utility optimization problem which is approximated by a Monte Carlo estimator, given linear constraints i.e. accounting identities. Fmincon is very sensitive to minor changes of the guess values in a way that results change dramatically.Try this one
Constrained optimization-fmincon
Posted: March 19th, 2009, 3:27 pm
by GreekMartingale
Thank you very much