필터 지우기
필터 지우기

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 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