fmincon-SQP

Must be the fitness function (aim function~cost function) for SQP algorithm (fmincon) in quadratic form for solution? Are there any requirement for constraint (linear~nonlinear)?
Can you define this options of fmincon function more explicitly , please? It is not easy to understand.
Lssteplength, Firstorderopt Directional derivative Max. Constraint
---------------------------------------------------------------------
lssteplenght: Does it related with step lenght parameter? X=x+?•d ?:step lenght parameter d:search direction max constraint: Does it related with on the value of deviation of x parameter?

답변 (1개)

Walter Roberson
Walter Roberson 2011년 1월 25일

0 개 추천

According to the documentation, the lssteplength field of the output is only created for active-set algorithm and not for SQP.
The firstorderopt is also shown as an output field and not as an option.
I do not see anything in the SQP discussion that would require a quadratic form, but I might have overlooked something in the math. The examples for fmincon show non-quadratic functions.
I have not located any information about Directional derivative or Max. Constraint as yet. Neither of them are listed as potential input options for any of the solvers.

댓글 수: 1

gocmen
gocmen 2011년 1월 28일
thank you for your answer. fmincon uses a SQP method.the basic idea of SQP is the modelling nonlinear problem into a quadratic sub problem. In this method QP subproblem is solved at each iteration by different algorithm.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

태그

질문:

2011년 1월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by