1

is it possible to implement cyclic coordinate descent to numerically solve optimization problem with equality constraints like: $$\mathrm{min} \quad f(x)$$ $$a^\top x=b$$ Suppose f(x): $\mathrm{R}^n\to \mathrm{R}$ convex and it is not hard to update $x_i$ when $x_j$, $j \neq i$ fixed, how to satisfy the equality constraint to achieve feasibility?

Thanks a lot!

0 Answers0