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.
1 parent 4ea7d34 commit 9b4e719Copy full SHA for 9b4e719
pyproximal/proximal/Log.py
@@ -42,7 +42,7 @@ class Log(ProxOperator):
42
or at a local minimum. Consider therefore
43
44
.. math::
45
- f(z) = k \log(\gamma x + 1) + \frac{1}{2} (x - z)^2
+ f(z) = k \log(\gamma z + 1) + \frac{1}{2} (x - z)^2
46
47
where :math:`k= \frac{\tau \sigma}{\log(\gamma + 1)}` is introduced for
48
convenience. The condition that :math:`f'(z) = 0` yields the following equation
0 commit comments