I am taking Optimization and my homework question just asked for the definition of a regular point. I have tried googling it. I read multiple definitions but still am confused. Is a regular point just a point that is in the feasible region?
thanks
I am taking Optimization and my homework question just asked for the definition of a regular point. I have tried googling it. I read multiple definitions but still am confused. Is a regular point just a point that is in the feasible region?
thanks
For inequality constraints a regular point is one where the gradients of the active constraints are linearly independent.
Since I can't comment on baxx response to NSP I'll right my own addition.
"For inequality constraints a regular point is one where the gradients of the active constraints are linearly independent." This also applies to equality constraints. See Bertsekas Nonlinear Programming Third Edition pg.346
and
If there is only one constraint $\nabla h_1 \neq 0$
Directly quoting from Bertsekas Nonlinear Programming Third Edition pg. 346: "... a feasible vector $x$ for which the constraint gradients $\nabla h_1(x),...,h_m(x)$ are linearly independent will be called regular."
Regularity is a condition in the gradient of the active constraints at the point/vector, not a feature of the point/vector in question; the difference in semantics is important in understanding the definition. E.g., there could be feasible points which are not regular.
A regular point is a characterization that builds up to its optimality based on a few other components.
Formally put,
"A point $x^\star$ satisfying the constraints $h_1(x^\star), \cdots, h_m(x^\star) = 0$ is said to be a regular point of the constraints if the gradient vectors $\nabla h_1(x^\star), \cdots, \nabla h_m(x^\star)$ are linearly independent"
There are many examples that illustrate the behavior around the regular point in "An Introduction to Optimization" (Chapter 20) by Chong and Żak (from which I also used the definition of a regular point)
It's worth explicitly pinpointing the contribution of regularity in the proof of local optimality in the Lagrange's Theorem, which was based on only showing that the gradient of the objective function at a regular point $x^\star$ belongs to the orthogonal complement of the tangent space, i.e.,
$$\nabla f(x^\star) \in T(x^\star)^\perp$$