fmincon optimization option settings
古いコメントを表示
I am trying to optimize a function with linear and non-liner constraints. When I run the fmincon code it returns the following message, hence I fail to optimize the problem.
Converged to an infeasible point.
fmincon stopped because the size of the current step is less than
the selected value of the step size tolerance but constraints are not
satisfied to within the selected value of the constraint tolerance.
I tried to play around the optional settings following the documentation here: Tolerances and Stopping Criteria, however I still get the same message.
In particular, I changed the 'StepTolerance' smaller, 'ConstraintTolerance' and 'OptimalityTolerance' bigger than the default values.
Could anyone please help me to obtain an optimal solution without the error essage?
1 件のコメント
Torsten
2019 年 1 月 7 日
Without seeing your problem code: no, we can't.
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Choose a Solver についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!