フィルターのクリア

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 Center および File ExchangeSolver 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