Skip to content

Commit 3be1112

Browse files
authored
Merge pull request #99 from mrava87/main
Fix typo in docstring of Log
2 parents 9d4d8b6 + 9b4e719 commit 3be1112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproximal/proximal/Log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Log(ProxOperator):
4242
or at a local minimum. Consider therefore
4343
4444
.. math::
45-
f(z) = k \log(\gamma x + 1) + \frac{1}{2} (x - z)^2
45+
f(z) = k \log(\gamma z + 1) + \frac{1}{2} (x - z)^2
4646
4747
where :math:`k= \frac{\tau \sigma}{\log(\gamma + 1)}` is introduced for
4848
convenience. The condition that :math:`f'(z) = 0` yields the following equation

0 commit comments

Comments
 (0)