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

4 visualizaciones (últimos 30 días)
Jochen Schuettler
Jochen Schuettler el 8 de Mzo. de 2013
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?

Respuestas (1)

Leerrune
Leerrune el 8 de Mzo. de 2013
Editada: Leerrune el 8 de Mzo. de 2013
"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" .

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by