Kindly give me the Matlab code for simplex method?

7 次查看(过去 30 天)
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 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