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!