If I have a function i have to optimize subject to one constraint, are all feasible points automatically regular points since theres only one constraint?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
No. Given $m$ constraints $g_1,g_2,\ldots,g_m:\mathbb R^n\to\mathbb R$, a point $x\in\mathbb R^n$ is called regular if the set of vectors $\{\nabla g_1(x),\nabla g_2(x),\ldots,\nabla g_m(x)\}$ is linearly independent. If there is only one constraint, the set is a singleton $\{\nabla g_1(x)\}$, but it may still not be linearly independent if $\nabla g_1(x)=0$. |
||||
|
|