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

조회 수: 1 (최근 30일)
Viswanath Hariharan
Viswanath Hariharan 2018년 7월 15일
편집: Matt J 2018년 7월 16일
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?

채택된 답변

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

추가 답변 (1개)

Matt J
Matt J 2018년 7월 16일
편집: Matt J 2018년 7월 16일
You could reduce the ConstraintTolerance input parameter. You don't want to make it zero, however.

카테고리

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