Why does fmincon not provide hessian option for sqp algorithm?

4 次查看(过去 30 天)
I know the hessian option is available for solvers such as the interior-point method. Also, providing a hessian is generally a faster (and more accurate) way to solve a problem than computing it via finite differences. Why then this choice?

采纳的回答

Matt J
Matt J 2021-4-12
编辑:Matt J 2021-4-12
The SQP algorithm does not compute the Hessian via finite differences. It does, however, require a positive definite approximation of the Hessian (of the Lagrangian) and has some special steps to obtain that. If SQP permitted the user to supply a pre-calculated Hessian matrix, the matrix would need to be analyzed by the code and modified somehow to ensure positive definiteness.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by