Optimization (mathematics): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Igor Grešovnik
(→‎Optimization solvers:: Added Optimization libraries)
imported>Igor Grešovnik
m (→‎See also: weighted least squares)
Line 8: Line 8:
* [[Function minimization]]
* [[Function minimization]]
* [[Linear programming]]
* [[Linear programming]]
* [[Weighted least squares]]


== External links ==
== External links ==

Revision as of 08:23, 28 November 2007

In mathematics, the term optimization refers to study of problems in which one seeks for a minimum or a maximum of a real function within a given allowed set. This problem can be presented in the following way:

Given: a function f : A R from some set A to the real numbers
Find: an element x0 in A such that f(x0) ≤ f(x) for all x in A (minimization") or such that f(x0) ≥ f(x) for all x in A (maximization).


See also

External links

Optimization solvers

Optimization libraries