Skip to content

Commit b434388

Browse files
authored
Merge pull request #190 from mrava87/fix-huber
doc: small change in definition of Huber prox
2 parents 9acab7e + 660bce7 commit b434388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproximal/proximal/Huber.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class Huber(ProxOperator):
3232
3333
.. math::
3434
35-
\prox^*_{\tau H_\alpha(\cdot)}(\mathbf{x}) =
36-
\left( 1 - \frac{\tau}{\max\{\|\mathbf{x}\|_2, \tau\} + \alpha} \right) \mathbf{x}
35+
\prox_{\tau H_\alpha(\cdot)}(\mathbf{x}) =
36+
\left( 1 - \frac{\tau}{\max\{\|\mathbf{x}\|_2, \tau + \alpha \} } \right) \mathbf{x}
3737
3838
"""
3939
def __init__(self, alpha):

0 commit comments

Comments
 (0)