Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
  1 Kommentar
Nganyu Derick
Nganyu Derick am 19 Jun. 2015
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Alan Weiss
Alan Weiss am 15 Jun. 2015
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

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by