Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
  1 comentario
Nganyu Derick
Nganyu Derick el 19 de Jun. de 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

Iniciar sesión para comentar.

Respuestas (1)

Alan Weiss
Alan Weiss el 15 de Jun. de 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

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by