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

feature: added tolerance criterion to ProximalPoint and ProximalGradient #176

Closed mrava87 closed 5 months ago

mrava87 commented 5 months ago

This PR introduces a stopping criterion to ProximalPoint and ProximalGradient based on the change in objective function between two consecutive iterations.

Ultimately the same criterion must be implemented on all solvers.