필터 지우기
필터 지우기

Why does fmincon not provide hessian option for sqp algorithm?

조회 수: 4 (최근 30일)
Chaitanya Awasthi
Chaitanya Awasthi 2021년 4월 12일
댓글: Chaitanya Awasthi 2021년 4월 12일
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