How to provide Hessian
Mostrar comentarios más antiguos
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
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
Más información sobre Nonlinear Optimization en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!