Constraint set (for optimization)
The subset of points satisfying the conditions of a constrained optimization problem
Constraint set (for optimization)
A constraint set is a subset describing the feasible points in an optimization problem. Commonly,
- equality constraints are given by for a differentiable , yielding
- inequality constraints are given by for a function , yielding or combinations of both.
Constraint sets appear in the method of Lagrange multipliers and in geometric optimization, where one maximizes/minimizes on rather than on all of .
Examples:
- The unit sphere is the constraint set for maximizing subject to .
- The line is an equality-constraint set with .
- The closed disk is an inequality-constraint set.