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?

採用された回答

Matt J
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 ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by