Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
Mostrar comentarios más antiguos
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
1 comentario
Nganyu Derick
el 19 de Jun. de 2015
Respuestas (1)
Alan Weiss
el 15 de Jun. de 2015
0 votos
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 comentario
Nganyu Derick
el 16 de Jun. de 2015
Categorías
Más información sobre Linear Programming and Mixed-Integer Linear Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!