Karush–Kuhn–Tucker conditions

From Wikipedia, the free encyclopedia

In mathematics, the Karush–Kuhn–Tucker (KKT) conditions (also known as the Kuhn–Tucker conditions) are first order necessary conditions for a solution in nonlinear programming to be optimal, provided that some regularity conditions are satisfied. Allowing inequality constraints, the KKT approach to nonlinear programming generalizes the method of Lagrange multipliers, which allows only equality constraints. The system of equations corresponding to the KKT conditions is usually not solved directly, except in the few special cases where a closed-form solution can be derived analytically. In general, many optimization algorithms can be interpreted as methods for numerically solving the KKT system of equations.[1]

The KKT conditions were originally named after Harold W. Kuhn, and Albert W. Tucker, who first published the conditions in 1951.[2] Later scholars discovered that the necessary conditions for this problem had been stated by William Karush in his master's thesis in 1939.[3][4]

Nonlinear optimization problem

Consider the following nonlinear optimization problem:

{\text{Maximize }}\;f(x)
{\text{subject to }}\
g_{i}(x)\leq 0,h_{j}(x)=0

where x is the optimization variable, f is the objective or cost function, g_{i}\ (i=1,\ldots ,m) are the inequality constraint functions, and h_{j}\ (j=1,\ldots ,l) are the equality constraint functions. The numbers of inequality and equality constraints are denoted m and l, respectively.

Necessary conditions

Suppose that the objective function f:{\mathbb  {R}}^{n}\rightarrow {\mathbb  {R}} and the constraint functions g_{i}:\,\!{\mathbb  {R}}^{n}\rightarrow {\mathbb  {R}} and h_{j}:\,\!{\mathbb  {R}}^{n}\rightarrow {\mathbb  {R}} are continuously differentiable at a point x^{*}. If x^{*} is a local minimum that satisfies some regularity conditions (see below), then there exist constants \mu _{i}\ (i=1,\ldots ,m) and \lambda _{j}\ (j=1,\ldots ,l), called KKT multipliers, such that

Inequality constraint diagram for optimization problems
Stationarity
For maximizing f(x): \nabla f(x^{*})=\sum _{{i=1}}^{m}\mu _{i}\nabla g_{i}(x^{*})+\sum _{{j=1}}^{l}\lambda _{j}\nabla h_{j}(x^{*}),
For minimizing f(x): -\nabla f(x^{*})=\sum _{{i=1}}^{m}\mu _{i}\nabla g_{i}(x^{*})+\sum _{{j=1}}^{l}\lambda _{j}\nabla h_{j}(x^{*}),
Primal feasibility
g_{i}(x^{*})\leq 0,{\mbox{ for all }}i=1,\ldots ,m
h_{j}(x^{*})=0,{\mbox{ for all }}j=1,\ldots ,l\,\!
Dual feasibility
\mu _{i}\geq 0,{\mbox{ for all }}i=1,\ldots ,m
Complementary slackness
\mu _{i}g_{i}(x^{*})=0,{\mbox{for all}}\;i=1,\ldots ,m.

In the particular case m=0, i.e., when there are no inequality constraints, the KKT conditions turn into the Lagrange conditions, and the KKT multipliers are called Lagrange multipliers.

If some of the functions are non-differentiable, subdifferential versions of Karush–Kuhn–Tucker (KKT) conditions are available.[5]

Regularity conditions (or constraint qualifications)

In order for a minimum point x^{*} to satisfy the above KKT conditions, the problem should satisfy some regularity conditions; the most used ones are listed below:

  • Linearity constraint qualification: If g_{i} and h_{j} are affine functions, then no other condition is needed.
  • Linear independence constraint qualification (LICQ): the gradients of the active inequality constraints and the gradients of the equality constraints are linearly independent at x^{*}.
  • Mangasarian–Fromovitz constraint qualification (MFCQ): the gradients of the active inequality constraints and the gradients of the equality constraints are positive-linearly independent at x^{*}.
  • Constant rank constraint qualification (CRCQ): for each subset of the gradients of the active inequality constraints and the gradients of the equality constraints the rank at a vicinity of x^{*} is constant.
  • Constant positive linear dependence constraint qualification (CPLD): for each subset of the gradients of the active inequality constraints and the gradients of the equality constraints, if it is positive-linear dependent at x^{*} then it is positive-linear dependent at a vicinity of x^{*}.
  • Quasi-normality constraint qualification (QNCQ): if the gradients of the active inequality constraints and the gradients of the equality constraints are positive-linearly dependent at x^{*} with associated multipliers \lambda _{i} for equalities and \mu _{j} for inequalities, then there is no sequence x_{k}\to x^{*} such that \lambda _{i}\neq 0\Rightarrow \lambda _{i}h_{i}(x_{k})>0 and \mu _{j}\neq 0\Rightarrow \mu _{j}g_{j}(x_{k})>0.
  • Slater condition: for a convex problem, there exists a point x such that h(x)=0 and g_{i}(x)<0 for all i active in x^{*}.

(v_{1},\ldots ,v_{n}) is positive-linear dependent if there exists a_{1}\geq 0,\ldots ,a_{n}\geq 0 not all zero such that a_{1}v_{1}+\cdots +a_{n}v_{n}=0.

It can be shown that LICQ⇒MFCQ⇒CPLD⇒QNCQ, LICQ⇒CRCQ⇒CPLD⇒QNCQ (and the converses are not true), although MFCQ is not equivalent to CRCQ[6] . In practice weaker constraint qualifications are preferred since they provide stronger optimality conditions.

Sufficient conditions

In some cases, the necessary conditions are also sufficient for optimality. In general, the necessary conditions are not sufficient for optimality and additional information is necessary, such as the Second Order Sufficient Conditions (SOSC). For smooth functions, SOSC involve the second derivatives, which explains its name.

The necessary conditions are sufficient for optimality if the objective function f is a concave function, the inequality constraints g_{j} are continuously differentiable convex functions and the equality constraints h_{i} are affine functions.

It was shown by Martin in 1985 that the broader class of functions in which KKT conditions guarantees global optimality are the so-called Type 1 invex functions.[7][8]

Economics

Often in mathematical economics the KKT approach is used in theoretical models in order to obtain qualitative results. For example, consider a firm that maximizes its sales revenue subject to a minimum profit constraint. Letting Q be the quantity of output produced (to be chosen), R(Q) be sales revenue with a positive first derivative and with a zero value at zero output, C(Q) be production costs with a positive first derivative and with a non-negative value at zero output, and G_{{min}} be the positive minimal acceptable level of profit, then the problem is a meaningful one if the revenue function levels off so it eventually is less steep than the cost function. The problem expressed in the previously given minimization form is

Minimize -R(Q) subject to G_{{min}}\leq R(Q)-C(Q) and Q\geq 0,

and the KKT conditions are

({\text{d}}R/{\text{d}}Q)(1+\mu )-\mu ({\text{d}}C/{\text{d}}Q)\leq 0,
Q\geq 0,
Q[({\text{d}}R/{\text{d}}Q)(1+\mu )-\mu ({\text{d}}C/{\text{d}}Q)]=0,
R(Q)-C(Q)-G_{{min}}\geq 0,
\mu \geq 0,
\mu [R(Q)-C(Q)-G_{{min}}]=0.

Since Q=0 would violate the minimum profit constraint, we have Q>0 and hence the third condition implies that the first condition holds with equality. Solving that equality gives

{\text{d}}R/{\text{d}}Q={\frac  {\mu }{1+\mu }}({\text{d}}C/{\text{d}}Q).

Because it was given that {\text{d}}R/{\text{d}}Q and {\text{d}}C/{\text{d}}Q are strictly positive, this inequality along with the non-negativity condition on \mu guarantees that \mu is positive and so the revenue-maximizing firm operates at a level of output at which marginal revenue {\text{d}}R/{\text{d}}Q is less than marginal cost {\text{d}}C/{\text{d}}Q — a result that is of interest because it contrasts with the behavior of a profit maximizing firm, which operates at a level at which they are equal.

Value function

If we reconsider the optimization problem as a maximization problem with constant inequality constraints,

{\text{Maximize }}\;f(x)
{\text{subject to }}\
g_{i}(x)\leq a_{i},h_{j}(x)=0.

The value function is defined as

V(a_{1},\ldots ,a_{n})=\sup \limits _{x}f(x)
{\text{subject to }}\
g_{i}(x)\leq a_{i},h_{j}(x)=0
j\in \{1,\ldots ,l\},i\in \{1,\ldots ,m\}.

(So the domain of V is \{a\in {\mathbb  {R}}^{m}|{\text{for some }}x\in X,g_{i}(x)\leq a_{i},i\in \{1,\ldots ,m\}.)

Given this definition, each coefficient, \mu _{i}, is the rate at which the value function increases as a_{i} increases. Thus if each a_{i} is interpreted as a resource constraint, the coefficients tell you how much increasing a resource will increase the optimum value of our function f. This interpretation is especially important in economics and is used, for instance, in utility maximization problems.

Generalizations

With an extra constant multiplier \mu _{0}, which may be zero, in front of \nabla f(x^{*}) the KKT stationarity conditions turn into

\mu _{0}\nabla f(x^{*})+\sum _{{i=1}}^{m}\mu _{i}\nabla g_{i}(x^{*})+\sum _{{j=1}}^{l}\lambda _{j}\nabla h_{j}(x^{*})=0,

which are called the Fritz John conditions.

The KKT conditions belong to a wider class of the First Order Necessary Conditions (FONC), which allow for non-smooth functions using subderivatives.

See also

References

  1. Boyd, Stephen; Vandenberghe, Lieven (2004). Convex Optimization. Cambridge: Cambridge University Press. p. 244. ISBN 0-521-83378-7. MR 2061575. 
  2. Kuhn, H. W.; Tucker, A. W. (1951). "Nonlinear programming". Proceedings of 2nd Berkeley Symposium. Berkeley: University of California Press. pp. 481–492.  MR 47303
  3. W. Karush (1939). Minima of Functions of Several Variables with Inequalities as Side Constraints. M.Sc. Dissertation. Dept. of Mathematics, Univ. of Chicago, Chicago, Illinois. 
  4. Kjeldsen, Tinne Hoff (2000). "A contextualized historical analysis of the Kuhn-Tucker theorem in nonlinear programming: the impact of World War II". Historia Math. 27 (4): 331–361. MR 1800317. 
  5. Ruszczyński, Andrzej (2006). Nonlinear Optimization. Princeton, NJ: Princeton University Press. pp. xii+454. ISBN 978-0691119151. MR 2199043. 
  6. Rodrigo Eustaquio, Elizabeth Karas, and Ademir Ribeiro. Constraint Qualification for Nonlinear Programming (Technical report). Federal University of Parana. 
  7. Martin, D. H. (1985). "The Essence of Invexity". J. Optim. Theory Appl. 47 (1): 65–76. doi:10.1007/BF00941316. 
  8. Hanson, M. A. (1999). "Invexity and the Kuhn-Tucker Theorem". J. Math. Anal. Appl. 236 (2): 594–604. doi:10.1006/jmaa.1999.6484. 

Further reading

  • Andreani, R.; Martínez, J. M.; Schuverdt, M. L. (2005). "On the relation between constant positive linear dependence condition and quasinormality constraint qualification". Journal of Optimization Theory and Applications 125 (2): 473–485. doi:10.1007/s10957-004-1861-9. 
  • Avriel, Mordecai (2003). Nonlinear Programming: Analysis and Methods. Dover. ISBN 0-486-43227-0. 
  • Boyd, S.; Vandenberghe, L. (2004). Convex Optimization. Cambridge University Press. ISBN 0-521-83378-7. 
  • Nocedal, J.; Wright, S. J. (2006). Numerical Optimization. New York: Springer. ISBN 978-0-387-30303-1. 

External links


This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.