MINOS

From DDL Wiki

Jump to: navigation, search

MINOS is a linear programming (LP) and nonlinear programming (NLP) solver package for solving large-scale optimization problems. MINOS is designed to find locally optimal solutions. The nonlinear functions need to be smooth where the first derivative must exist. It implements different algorithms to handle different types of problems:

  1. Linear programming problem: When objective function and constraints are all linear, MINOS applies the simplex method to find optimal solution.
  2. Nonlinear objective function with linear constraints: MINOS uses reduced-gradient method to generate search direction.
  3. Problems with nonlinear constraints: MINOS uses projected Lagrangian method to linearlize the nonlinear constraints and search optimal solution in an augmented Lagrangian form. For highly nonlinear constraints, MINOS may be less efficient than the solvers using SQP algorithm.

External Links

Reference

  • Bruce A. Murtagh, Michael A. Saunders, Walter Murray, Philip E. Gill, Ramesh Raman, Erwin Kalvelagen (2002) "GAMS/MINOS: A Solver for Large-Scale Nonlinear Optimization Problems" PDF retreived on March 18, 2007.
Personal tools