fmincon invalid starting point
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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!
0 commentaires
Réponse acceptée
Shashank Prasanna
le 15 Mai 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.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!