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!