why the analytic hessian has affected to the convergence rate in fmincon using interior-point method?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Chantrea Lean
il 28 Giu 2015
Commentato: Chantrea Lean
il 28 Giu 2015
I want to know the mathematics model in interior point method? why the analytic hessian has affected to the convergence rate?
0 Commenti
Risposta accettata
Matt J
il 28 Giu 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....
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!