Active-set Method
   HOME

TheInfoList



OR:

In mathematical optimization, the active-set method is an algorithm used to identify the active constraints in a set of inequality constraints. The active constraints are then expressed as equality constraints, thereby transforming an inequality-constrained problem into a simpler equality-constrained subproblem. An optimization problem is defined using an objective function to minimize or maximize, and a set of constraints : g_1(x) \ge 0, \dots, g_k(x) \ge 0 that define the feasible region, that is, the set of all ''x'' to search for the optimal solution. Given a point x in the feasible region, a constraint : g_i(x) \ge 0 is called active at x_0 if g_i(x_0) = 0, and inactive at x if g_i(x_0) > 0. Equality constraints are always active. The active set at x_0 is made up of those constraints g_i(x_0) that are active at the current point . The active set is particularly important in optimization theory, as it determines which constraints will influence the final result of optimization. For example, in solving the
linear programming Linear programming (LP), also called linear optimization, is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear function#As a polynomial function, li ...
problem, the active set gives the
hyperplane In geometry, a hyperplane is a subspace whose dimension is one less than that of its ''ambient space''. For example, if a space is 3-dimensional then its hyperplanes are the 2-dimensional planes, while if the space is 2-dimensional, its hyper ...
s that intersect at the solution point. In quadratic programming, as the solution is not necessarily on one of the edges of the bounding polygon, an estimation of the active set gives us a subset of inequalities to watch while searching the solution, which reduces the complexity of the search.


Active-set methods

In general an active-set algorithm has the following structure: : Find a feasible starting point : repeat until "optimal enough" :: ''solve'' the equality problem defined by the active set (approximately) :: ''compute'' the Lagrange multipliers of the active set :: ''remove'' a subset of the constraints with negative Lagrange multipliers :: ''search'' for infeasible constraints : end repeat Methods that can be described as active-set methods include: *
Successive linear programming Successive Linear Programming (SLP), also known as Sequential Linear Programming, is an optimization technique for approximately solving nonlinear optimization problems. Starting at some estimate of the optimal solution, the method is based on sol ...
(SLP) * Sequential quadratic programming (SQP) * Sequential linear-quadratic programming (SLQP) * Reduced gradient method (RG) * Generalized reduced gradient method (GRG)


References


Bibliography

* * {{Cite book , last1=Nocedal , first1=Jorge , last2=Wright , first2=Stephen J. , title=Numerical Optimization , publisher=
Springer-Verlag Springer Science+Business Media, commonly known as Springer, is a German multinational publishing company of books, e-books and peer-reviewed journals in science, humanities, technical and medical (STM) publishing. Originally founded in 1842 in ...
, location=Berlin, New York , edition=2nd , isbn=978-0-387-30303-1 , year=2006 Optimization algorithms and methods