Comparison Of Optimization Software
   HOME

TheInfoList



OR:

Given a system transforming a set of inputs to output values, described by a mathematical function ''f'', optimization refers to the generation and selection of the best solution from some set of available alternatives,The Nature of Mathematical Programming
" ''Mathematical Programming Glossary'', INFORMS Computing Society. by systematically choosing input values from within an allowed set, computing the value of the function, and recording the best value found during the process. Many real-world and theoretical problems may be modeled in this general framework. For example, the inputs can be design parameters of a motor while the output can be the power consumption. Other inputs can be business choices with the output being obtained profit. or describing the configuration of a physical system with the output being its energy. An optimization 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 ''x''0 in ''A'' such that ''f''(''x''0) ≤ ''f''(''x'') for all ''x'' in ''A'' ("minimization"). Typically, ''A'' is some
subset In mathematics, Set (mathematics), set ''A'' is a subset of a set ''B'' if all Element (mathematics), elements of ''A'' are also elements of ''B''; ''B'' is then a superset of ''A''. It is possible for ''A'' and ''B'' to be equal; if they are ...
of the Euclidean space R''n'', often specified by a set of ''
constraint Constraint may refer to: * Constraint (computer-aided design), a demarcation of geometrical characteristics between two or more entities or solid modeling bodies * Constraint (mathematics), a condition of an optimization problem that the solution ...
s'', equalities or inequalities that the members of ''A'' have to satisfy. Maximization can be reduced to minimization by multiplying the function by minus one. The use of optimization software requires that the function ''f'' is defined in a suitable programming language and linked to the optimization software. The optimization software will deliver input values in ''A'', the software module realizing ''f'' will deliver the computed value ''f''(''x''). In this manner, a clear separation of concerns is obtained: different optimization software modules can be easily tested on the same function ''f'', or a given optimization software can be used for different functions ''f''. The following tables provide a comparison of notable optimization software libraries, either specialized or general purpose libraries with significant optimization coverage.


See also

*
List of optimization software Given a transformation between input and output values, described by a Function (mathematics), mathematical function ''f'', Mathematical optimization, optimization deals with generating and selecting a best solution from some set of available alte ...


References


External links


OR/MS Today: 2013 Linear Programming Software Survey


{{Mathematical optimization software Software comparisons