-
Notifications
You must be signed in to change notification settings - Fork 13
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
Combining proximal operators #116
Comments
This works for me in conjunction with both constraint-type and regularization-type proximal operators from this package. I'm happy to do a PR with something like this if you think it would be useful otherwise I will just use it in my own work :) |
Hi @jameschapman19, sorry for the slow reply and great to hear you find pyproximal useful. Indeed what you propose may be a very nice addition. Feel free to go ahead and make a PR, happy to review it at any time 😀 |
Hi,
Great work on this package. I’ve actually started building around it here https://github.com/jameschapman19/scikit-prox using your operators to solve regularised versions of some scikit-learn models. I like how you’ve chosen the proximal operators as the level of abstraction it has made it really easy to work with.
My question is whether you have or would consider combined proximal operators by Dykstra or otherwise. It’s been done in https://github.com/neurospin/pylearn-parsimony.
The text was updated successfully, but these errors were encountered: