When does fmincon's interior-point algorithm accept a larger function value while searching for the optimum?
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Solver Outputs and Iterative Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!