How to provide Hessian
Ältere Kommentare anzeigen
I have an optimization problem with non-linear objective and linear constraints. The Hessian is diagonal and very easy to calculate analytically. How do I pass this information to the interior-point algorithm in fmincon?
Antworten (1)
Shashank Prasanna
am 11 Feb. 2013
0 Stimmen
You should find this information and example in the above links. You can pass the Hessian analytical function as a function handle.
Kategorien
Mehr zu Nonlinear Optimization finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!