PyLops / pyproximal

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

Extend ADMM to general case with A and B #79

Open mrava87 opened 2 years ago

mrava87 commented 2 years ago

Currently the ADMM solver accommodates only for the special case of A and B identities.

We should extend the solver to more general cases and have A=None and B=None as defaults (which means identities)

mrava87 commented 2 years ago

@NickLuiken here we can make a new ADMML1 with our L1-L1 solver