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?

Respuestas (1)

Shashank Prasanna
Shashank Prasanna el 11 de Feb. de 2013

0 votos

You should find this information and example in the above links. You can pass the Hessian analytical function as a function handle.

Categorías

Productos

Etiquetas

Preguntada:

el 11 de Feb. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by