fmincon invalid starting point

4 visualizaciones (últimos 30 días)
Zoltan
Zoltan el 14 de Mayo de 2013
Hello,
I find (local) minimum of 3D function with fmincon, bounds and constraint are given for the solver. If I give a "bad" starting point which ignore bounds and constraint then how does fmincon generate a new one? What is the algorithm/method?
Thanks!

Respuesta aceptada

Shashank Prasanna
Shashank Prasanna el 15 de Mayo de 2013
This is mentioned in the doc:
Components of x0 that violate the bounds are reset to the interior of the box defined by the bounds. Components that respect the bounds are not changed.

Más respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display 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