TOPICS
Search

Objective Function


An objective function is a function whose value is to be minimized or maximized in a problem from optimization theory. A constrained optimization problem can be written in the form

 min_(x in S)f(x),

where f is the objective function and S is the feasible region determined by the constraints. If S is the entire domain of f, the problem is said to be unconstrained.

In linear programming, both the objective function and the constraints are linear. Other problems optimize several objective functions simultaneously.


See also

Global Optimization, Linear Programming, Optimization Theory

Explore with Wolfram|Alpha

References

Nocedal, J. and Wright, S. J. Numerical Optimization. New York: Springer-Verlag, 1999.

Cite this as:

Weisstein, Eric W. "Objective Function." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/ObjectiveFunction.html

Subject classifications