Skip to content
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

Leaky prox #268

Merged
merged 4 commits into from
May 2, 2022
Merged

Leaky prox #268

merged 4 commits into from
May 2, 2022

Conversation

pmelchior
Copy link
Owner

implements a class that wraps around a constraint to make the prox leaky. This is to prevent the optimization to get stuck when the subgradients exactly cancel the gradients and can be beneficial especially early on in the optimization.

This is an experimental feature that is not used in any standard source type, but may help with issues like #222

@pmelchior
Copy link
Owner Author

this is a clean-up PR. Without travis to run tests and no side effects to existing code, I will merge without review

@pmelchior pmelchior merged commit 405434a into master May 2, 2022
@pmelchior pmelchior deleted the leaky-prox branch May 2, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants