Nonlinear programming: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Igor Grešovnik
m (→‎Mathematical formulation: rearrangement of equations)
imported>Igor Grešovnik
(→‎Mathematical formulation: explanation to second formulation)
Line 18: Line 18:
''and''
''and''
:<math>c_{j}(\bold{x})=0,  j \in E</math>
:<math>c_{j}(\bold{x})=0,  j \in E</math>
In the above problem statement, the second line defines the inequality constraints, and the third line defines the equality constraints. Constraints define the feasible set ''X'', which is the set of points that satisfy all the constraints. ''I'' is the index set of inequality constraints and ''E'' is the index set of inequality constraints. Functions ''c''<sub>''i''</sub>('''x''') and ''c''<sub>''i''</sub>('''x''') are termed ''constraint functions''.


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

Revision as of 14:36, 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 set or feasible region of the problem. The function to be minimized is often called the objective function or cost function.

The feasible region is often defined in terms of a set of equalities and inequalities termed constraints. In this case, the NLP problem can be stated as

subject to:

and

In the above problem statement, the second line defines the inequality constraints, and the third line defines the equality constraints. Constraints define the feasible set X, which is the set of points that satisfy all the constraints. I is the index set of inequality constraints and E is the index set of inequality constraints. Functions ci(x) and ci(x) are termed constraint functions.

See also

External links