why the analytic hessian has affected to the convergence rate in fmincon using interior-point method?
3 次查看(过去 30 天)
显示 更早的评论
I want to know the mathematics model in interior point method? why the analytic hessian has affected to the convergence rate?
0 个评论
采纳的回答
Matt J
2015-6-28
I want to know the mathematics model in interior point method?
That will take some reading:
why the analytic hessian has affected to the convergence rate?
Basically, because the algorithm tries to take Newton steps at various places. An analytic calculation of the Hessian will be more accurate than its default approximation using finite differences, leading to more accurate computations of Newton steps....
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!