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

조회 수: 1 (최근 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 CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by