We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9acab7e + 660bce7 commit b434388Copy full SHA for b434388
pyproximal/proximal/Huber.py
@@ -32,8 +32,8 @@ class Huber(ProxOperator):
32
33
.. math::
34
35
- \prox^*_{\tau H_\alpha(\cdot)}(\mathbf{x}) =
36
- \left( 1 - \frac{\tau}{\max\{\|\mathbf{x}\|_2, \tau\} + \alpha} \right) \mathbf{x}
+ \prox_{\tau H_\alpha(\cdot)}(\mathbf{x}) =
+ \left( 1 - \frac{\tau}{\max\{\|\mathbf{x}\|_2, \tau + \alpha \} } \right) \mathbf{x}
37
38
"""
39
def __init__(self, alpha):
0 commit comments