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

1 次查看(过去 30 天)
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?

回答(1 个)

Alan Weiss
Alan Weiss 2015-6-15
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

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by