List of optimization software explained

Given a transformation between input and output values, described by a mathematical function, optimization deals with generating and selecting the best solution from some set of available alternatives, by systematically choosing input values from within an allowed set, computing the output of the function and recording the best output values found during the process. Many real-world problems can be modeled in this way. For example, the inputs could be design parameters for a motor, the output could be the power consumption. For another optimization, the inputs could be business choices and the output could be the profit obtained.

An optimization problem, (in this case a minimisation problem), can be represented in the following way:

Given: a function f : A

\to

R from some set A to the real numbers

Search for: an element x0 in A such that f(x0) ≤ f(x) for all x in A.

In continuous optimization, A is some subset of the Euclidean space Rn, often specified by a set of constraints, equalities or inequalities that the members of A have to satisfy. In combinatorial optimization, A is some subset of a discrete space, like binary strings, permutations, or sets of integers.

The use of optimisation software requires that the function f is defined in a suitable programming language and connected at compilation or run time to the optimisation software. The optimisation software will deliver input values in A, the software module realizing f will deliver the computed value f(x) and, in some cases, additional information about the function like derivatives.

In this manner, a clear separation of concerns is obtained: different optimisation software modules can be easily tested on the same function f, or a given optimisation software can be used for different functions f.

The following tables provide a list of notable optimisation software organised according to license and business model type.

Free and open-source software

Applications

NameLicenseDescription
BSDnonlinear optimization framework using automatic differentiation.
GPLmathematical modelling chemical process modelling system.
GPLtesting environment for optimization and linear algebra solvers.
GPLsoftware package using a high-level programming language, primarily intended for numerical computations; it is mostly compatible with MATLAB.
CeCILLcross-platform numerical computational package and a high-level, numerically oriented programming language with a numerical optimization framework.

Software libraries

NameLicenseDescription
GPLdual licensed (GPL/commercial) optimization library (LP, QP and nonlinear programming problems), optionally using automatic differentiation. Cross-language: C++, C#.
EPL 1.0integer programming, linear programming, nonlinear programming.
BSL‑1.0unconstrained/box-constrained nonlinear/QP optimization library written in C++.
MITmachine learning and optimization of mixed-integer and differential algebraic equations in Python.
GPLGNU Linear Programming Kit with C API.
MITlinear programming (LP), mixed integer programming (MIP), and convex quadratic programming (QP).[1]
EPL (was CPL)large scale nonlinear optimizer for continuous systems (requires gradient), C++ (formerly Fortran and C). It became a part of COIN-OR.[2]
MINUIT (now MINUIT2) LGPLunconstrained optimizer internally developed at CERN.
Multidisciplinary Design, Analysis, and Optimization (MDAO) framework, written in Python. The development is led out of the NASA Glenn Research Center, with support from the NASA Langley Research Center.
Apache License solver for mixed integer programming (MIP) and mixed integer nonlinear programming (MINLP).
BSDgeneral numeric package for Python, with some support for optimization.

Proprietary software

Freeware/free for academic use

See also

Notes and References

  1. Book: Hall . Julian . HiGHS: High-performance open-source software for linear optimization . 21 September 2020 . University of Edinburgh . Edinburgh, United Kingdom . 2022-02-27. Presentation.
  2. Web site: Projects . COIN-OR: Computational Infrastructure for Operations Research . 10 March 2021 . 8 October 2014.