Content deleted Content added
+ Proximal Gradient Methods: another constrained optimization method |
|||
Line 17:
:Interpretation: Minimize the linear approximation of the problem given by the first-order [[Taylor series|Taylor approximation]] of f around <math>\mathbf{x}_k \!</math>.
:'''Step 2.''' Step size determination. Set <math>\gamma \leftarrow \frac{2}{k+2}</math>, or alternatively find <math>\gamma
:'''Step 3.''' Update. Let <math>\mathbf{x}_{k+1}\leftarrow \mathbf{x}_k+\gamma(\mathbf{s}-\mathbf{x}_k)</math>, let <math>k \leftarrow k+1</math> and go back to Step 1.
|