What does TolCon do when using SQP in fmincon?

조회 수: 2 (최근 30일)
Amir Patel
Amir Patel 2014년 3월 11일
편집: Matt J 2014년 3월 11일
Hi
I'm doing a NLP optimization of a Simulink model. I am using fmincon with the sqp solver.
I just wanted to find out what the 'TolCon' property does in the options? For example, if I supply an x0 which satisfies the constraints, is the feasibility of the solutions measured against this by a relative measure? Or is it absolute an absolute measure?
Thanks in advance, Amir

채택된 답변

Matt J
Matt J 2014년 3월 11일
I always understood it to be an absolute measure. There is no authoritative documentation on this unfortunately. If you see an absolute violation greater than TolCon, I guess you know that it's a relative measure.
  댓글 수: 2
Amir Patel
Amir Patel 2014년 3월 11일
Hi Matt
The solutions seem to be exceeding the absolute constraint value when I select it to be 1 and start it from a feasible x0.
So, I guess it must be relative? It would be great if this was documented better.
Matt J
Matt J 2014년 3월 11일
편집: Matt J 2014년 3월 11일
Do the output diagnostic messages claim that TolCon was satisfied? It's always possible fmincon just didn't converge.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by