필터 지우기
필터 지우기

fmincon algorithm step by step

조회 수: 11 (최근 30일)
Mouloud
Mouloud 2013년 6월 12일
Hello!
I'm using fmincon in my optimization problem. Do you have any idea what is the exact algorithm (step by step) used in avctive-set ? the support in the Mathworks site is not suitable for me.
Thx
  댓글 수: 2
Matt J
Matt J 2013년 6월 12일
편집: Matt J 2013년 6월 12일
In what way is it not suitable? What information should we give that is not in the doc.
Mouloud
Mouloud 2013년 6월 12일
thank you for your comment
for example, active set use quasi-newton method or L-BFGS, Gradient descent...
the documentation on-line explain how to use fmincon and the definition of variables but there are not the algorithm !

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

채택된 답변

Alan Weiss
Alan Weiss 2013년 6월 12일
편집: Alan Weiss 2013년 6월 12일
In what way do you find the explanation of the various algorithms to be inadequate? There are also plenty of references in the bibliography for more details.
You are free to read the code for the active-set algorithm. Execute
edit fmincon
and you can read through the code. When you come to a function that fmincon calls, highlight the name and press control-D to edit that function, too.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by