フィルターのクリア

Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?

1 回表示 (過去 30 日間)
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
  1 件のコメント
Nganyu Derick
Nganyu Derick 2015 年 6 月 19 日
thanks once more for the answer. I noticed a numberof Interior Point methods when browsing the net. Which one exactly does MATLAB use? Help Please

サインインしてコメントする。

回答 (1 件)

Alan Weiss
Alan Weiss 2015 年 6 月 15 日
linprog has several different algorithms. You can set the algorithm using the Algorithm option. The default algorithm is 'interior-point'. See the function reference page for details.
For details of the various algorithms, see Linear Programming Algorithms.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

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