0

The optimization problem that I am solving is of the form min ||x||^2 (square of l-2 norm of x) such that Mx <= b. Here x is a d-dimensional vector, M is the transpose of a d-dimensional vector and b is a scalar. I started this by writing the lagrangian for this which is 2x+(M^T)*lambda = 0, but after applying the complementary slackness condition, I am stuck and unable to solve this further.

0 Answers0