Nonlinear programming: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Igor Grešovnik
m (→‎Mathematical formulation: vectors in bold)
imported>Igor Grešovnik
m (explanations in Mathematical formulation)
Line 1: Line 1:
In [[mathematics]], '''nonlinear programming''' ('''NLP''') is the process of minimization or maximization of a function of a set of real variables (termed ''objective function''), while simultaneously satisfying a set of [[Equation|equalities]] and [[inequality|inequalities]] ( collectively termed ''constraints''), where some of the constraints or the objective function are [[Linear function|nonlinear]].
In [[mathematics]], '''nonlinear programming''' ('''NLP''') is the process of minimization or maximization of a function of a set of real variables (termed ''objective function''), while simultaneously satisfying a set of [[Equation|equalities]] and [[inequality|inequalities]] ( collectively termed ''constraints''), where some of the constraints or the objective function are [[Linear map|nonlinear]].


== Mathematical formulation ==
== Mathematical formulation ==
Line 9: Line 9:
:<math>f: R^n \to R</math>
:<math>f: R^n \to R</math>
:<math>X \subseteq R^n.</math>
:<math>X \subseteq R^n.</math>
In the above equations, the set ''X'' is also called the ''feasible region'' of the problem.
The function to be minimized is often called the ''objective function'' or ''cost function''.


== See also ==
== See also ==

Revision as of 14:16, 13 November 2007

In mathematics, nonlinear programming (NLP) is the process of minimization or maximization of a function of a set of real variables (termed objective function), while simultaneously satisfying a set of equalities and inequalities ( collectively termed constraints), where some of the constraints or the objective function are nonlinear.

Mathematical formulation

A nonlinear programming problem can be stated as:

or

where

In the above equations, the set X is also called the feasible region of the problem. The function to be minimized is often called the objective function or cost function.


See also

External links