fmincon solver stopping criteria issue
2 views (last 30 days)
Show older comments
Hello all,
I am trying to solve one optimization problem using fmincon solver. During the analysis I am getting exit flag as -2. Which means the optimization is incomplete. When I analyzed my fmincon function, I am getting following message:
No feasible solution found.
fmincon stopped because the predicted change in the objective function is less than the default value of the function tolerance but constraints are not satisfied to within the default value of the constraint tolerance.
<stopping criteria details>
Can somebody guide me how to resolve this issue? I want to increase default function tolerance value, so that my constraint tolerance values are also satisfied by fmincon solver.
Thanks in advance,
Nikhil
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!