How to provide Hessian

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
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

Produkte

Gefragt:

am 11 Feb. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by