fmincon: Is it possible to set a bound for feval?

3 次查看(过去 30 天)
I have a problem that I run into local minima early on. This will happen all over search space. I don't know more meaningful bounds and equalities for x than I already use. But I know feval should get near to 0 with the correct solution, while it settles at power of 10. Can I set up an upper bound for feval somehow? Should I use another solver?

回答(1 个)

Leerrune
Leerrune 2013-3-8
编辑:Leerrune 2013-3-8
"feval" evaluates the function which is given. Bounds can be defined only if the given function allows. In your case "fmincon".
try "fmincon" with multiple random init. states at first. It helps in most cases. Otherwise try "pattersearch" even "Gentic Algorithm" .

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by