Kindly give me the Matlab code for simplex method?

3 ビュー (過去 30 日間)
dhiman banerjee
dhiman banerjee 2019 年 9 月 20 日
回答済み: James Tursa 2019 年 9 月 20 日
code
  2 件のコメント
James Tursa
James Tursa 2019 年 9 月 20 日
編集済み: James Tursa 2019 年 9 月 20 日
I guess the first question is "which" simplex method you are referring to? The "Dantzig" linear programming method or the "Nelder-Mead" optimization method? But in either case, I don't think anyone here is going to be able to give you the MATLAB code for these (linprog and fminsearch). Why do you need the source code for these? You can easily find the basic algorithms for these online and code them yourself.
dhiman banerjee
dhiman banerjee 2019 年 9 月 20 日
Thank you for your reply. I need code for Nedler-Mead optimisation method for minimisation objective. This will help me improve local search of metaheuristic technique.

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

採用された回答

James Tursa
James Tursa 2019 年 9 月 20 日
Use the MATLAB supplied function fminsearch.

その他の回答 (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