Proximal gradient method: Difference between revisions

Content deleted Content added
Line 70:
The proximity operator of a convex function <math>f</math> at <math>x</math> is defined as the unique solution to
:<math>
\operatorname{argmin}\limits_y \big f(y) + \frac{1}{2} \left\| x-y \right\|_2^2 \big
</math>
and is denoted <math>\operatorname{prox}_f(x)</math>.