Effacer les filtres
Effacer les filtres

Why does fmincon's constrviolation converge at a specific value?

2 vues (au cours des 30 derniers jours)
Viswanath Hariharan
Viswanath Hariharan le 15 Juil 2018
Modifié(e) : Matt J le 16 Juil 2018
This is kind of a general doubt. I am performing non linear optimization with a bunch of non linear inequality constraints, linear equality and inequality constraints. The constrviolation field of fmincon's output in my problem converges at 0.05 no matter where its initial value is. What might be the reason for this? What are some possible places in my code I should look at to correct this error to ensure a smaller value of convergence?

Réponse acceptée

Alan Weiss
Alan Weiss le 16 Juil 2018
For suggestions on trying to obtain a feasible solution, see Converged to an Infeasible Point.
Alan Weiss
MATLAB mathematical toolbox documentation

Plus de réponses (1)

Matt J
Matt J le 16 Juil 2018
Modifié(e) : Matt J le 16 Juil 2018
You could reduce the ConstraintTolerance input parameter. You don't want to make it zero, however.

Catégories

En savoir plus sur Get Started with Optimization Toolbox 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!

Translated by