Content deleted Content added
Thatsme314 (talk | contribs) m →Performance: lowercase |
m fixed typo where using 'x' instead of 'x_0' |
||
Line 11:
: <math>g_i(x) \ge 0</math>
is called '''active''' at <math>x_0</math> if <math>g_i(x_0) = 0</math>, and '''inactive''' at <math>
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 [[hyperplane]]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.
|