PyLops / pyproximal

PyProximal – Proximal Operators and Algorithms in Python
https://pyproximal.readthedocs.io
GNU Lesser General Public License v3.0
52 stars 13 forks source link

Incorrect _prox_moreau? #96

Closed mrava87 closed 2 years ago

mrava87 commented 2 years ago

This needs checked: https://github.com/PyLops/pyproximal/blob/a5c2ee685ce9c2ac024a05b0b0fe81a76e9f92bb/pyproximal/ProxOperator.py#L61

See https://regularize.wordpress.com/2017/02/24/moreaus-identity-for-monotone-operators/amp/

mrava87 commented 2 years ago

Checked (and correct)!