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

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

1 comentario

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

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Linear Programming and Mixed-Integer Linear Programming en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Jun. de 2015

Comentada:

el 19 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by