What does TolCon do when using SQP in fmincon?
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!