Content deleted Content added
m Robot - Moving category Optimization algorithms to Category:Optimization algorithms and methods per CFD at Wikipedia:Categories for discussion/Log/2011 December 1. |
Alex.j.flint (talk | contribs) No edit summary |
||
Line 7:
is called '''active''' at <math>x</math> if <math>g_i(x)=0</math> and '''inactive''' at <math>x</math> if <math>g_i(x)>0.</math> Equality constraints are always active. The '''active set''' at <math>x</math> is made up of those constraints <math>g_i(x)</math> that are active at the current point {{harv|Nocedal|Wright|2006|p=308}}.
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]] problem, the active set gives the hyperplanes that intersect at the solution point. In [[quadratic programming]], as the solution is not
In general an active set algorithm has the following structure:
|