Skip to content

Commit 79be0b2

Browse files
committed
minor: Fix typo in docstring of AcceleratedProximalGradient.
See last comment in PyLops/pylops#264.
1 parent 6fcc7f3 commit 79be0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproximal/optimization/primal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def AcceleratedProximalGradient(proxf, proxg, x0, tau=None, beta=0.5,
279279
280280
.. math::
281281
282-
\mathbf{x}^{k+1} = \prox_{\tau^k f}(\mathbf{y}^{k+1} -
282+
\mathbf{x}^{k+1} = \prox_{\tau^k \epsilon g}(\mathbf{y}^{k+1} -
283283
\tau^k \nabla f(\mathbf{y}^{k+1})) \\
284284
\mathbf{y}^{k+1} = \mathbf{x}^k + \omega^k
285285
(\mathbf{x}^k - \mathbf{x}^{k-1})

0 commit comments

Comments
 (0)