Algorithm 4.
1: INPUT: data g, data-error tolerance ∊, exponent p, and smoothing parameter η |
2: INPUT: algorithm parameters ν; λ |
3: L ← ∥(X, ν▽)∥2; τ ← 1/L; σ ← 1/L; θ ← 1; n ← 0 |
4: initialize f0, y0, and to zero vectors |
5: |
6: repeat |
7: |
8: |
9: |
10: |
11: |
12: |
13: |
14: n ← n + 1 |
15: until n ≥ N |
16: OUTPUT: fN |
17: OUTPUT: w, yN, and for evaluating cPDquad and conditions 3. |