Clear Filters
Clear Filters

fmincon stopped when Norm of step is far larger than StepTolerance

1 view (last 30 days)
My Norm of step is about 10 and my StepTolerance is 1.0000e-14.
Then Matlab says: fmincon stopped because the size of the current step is less than
the value of the step size tolerance.
Could you please tell me why this happens? Is it because the last Norm of step is not shown?
Thank you very much!

Accepted Answer

Matt J
Matt J on 4 Aug 2023
Probably. You can check the output structure to see if a 4th iteration was done,

More Answers (0)

Categories

Find more on Wind Power in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!