-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert SPDHG to CIL optimization #1
Comments
This has been implemented by 53453fe. The code is not really documented nor well written. Moreover, there are several examples missing. Finally, the more code is needed to add regularization to it, for example from CCPi. |
I guess we could add |
I added the CIL optimisation and regularisation to SIRF SuperBuild SyneRBI/Hackathon-SIRF-SuperBuild#1 |
@paskino, yes, that would be a good idea! This way CIL is also more compatible to ODL which might turn out to be useful at some point. |
@mehrhardt could you create an issue in SIRF (not hackathon) with where the Please also say what Possibly point us to the ODL doc, or we can get some ODL people involved. |
See SyneRBI/SIRF#194 |
This issue can be closed as 5efd25a completes its implementation and simple example showing its usage. However, all code for SPDHG is far from tidied up and should be included at appropriate places in SIRF and/or CIL. I created an issue for this vais-ral/CCPi-Framework#154. |
use A(x) <=> A.direct(x)
use A.adjoint(x, out=y) <=> y = A.adjoint(x)
use f.proximal(tau)(x) <=> f.prox(x, tau)
f.convex_conj <=> f_cvx
The text was updated successfully, but these errors were encountered: