Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
Afficher commentaires plus anciens
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
1 commentaire
Nganyu Derick
le 19 Juin 2015
Réponses (1)
Alan Weiss
le 15 Juin 2015
0 votes
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.
Alan Weiss
MATLAB mathematical toolbox documentation
1 commentaire
Nganyu Derick
le 16 Juin 2015
Catégories
En savoir plus sur Linear Programming and Mixed-Integer Linear Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!