When does fmincon's interior-point algorithm accept a larger function value while searching for the optimum?
Ältere Kommentare anzeigen
Hello,
I am currently using fmincon's interior-point algorithm to solve a minimization problem. There isn't an analytical gradient I can provide to fmincon. I have turned on the display for each iteration and have seen that the f(x) column increases with each iteration, even when the previous f(x) was evaluated at a feasible point (the feasibility column displays a 0).
I just want to understand the possible reasons for this behavior. Shouldn't fmincon never accept points that do not improve on the previous iteration, given that the previous point was feasible? Could it be because of the gradient fmincon computes numerically?
Thank you for your time.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Solver Outputs and Iterative Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!