why the analytic hessian has affected to the convergence rate in fmincon using interior-point method?

1 Ansicht (letzte 30 Tage)
I want to know the mathematics model in interior point method? why the analytic hessian has affected to the convergence rate?

Akzeptierte Antwort

Matt J
Matt J am 28 Jun. 2015
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....

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by