Kindly give me the Matlab code for simplex method?

조회 수: 8 (최근 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 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