pyxu-org / pyxu

Modular and scalable computational imaging in Python with GPU/out-of-core computing.
https://pyxu-org.github.io/
MIT License
117 stars 17 forks source link

Merge ADMM and QuadraticADMM into one algo #36

Closed ThomasDeb closed 1 year ago

ThomasDeb commented 1 year ago

4 different scenarios for the x-minimization step: user-provided solver, prox of f, and inner-loop CG or NLCG.

matthieumeo commented 1 year ago

Hi @ThomasDeb,

Thanks for the very nice work which has been merged to v2-dev (see commit 206fca2c09bd30ab585e1558323cc94ce4061c55). I took the liberty to improve a little the documentation and restructure a bit some of the code but overall very nice work congrats! I'm closing this PR.