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

Differentiate between L2 and squared L2 proximal maps #76

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nHackel
Copy link
Member

@nHackel nHackel commented Feb 24, 2024

While playing around with ProximalOperator adapter I noticed that our L2Regularization term actually implements the squared L2 norm and proximal map. Which is also what we actually want to use, but the naming is inconsistent with the L1 term.

This PR renames L2Regularization to SqrL2Regularization and adds the "normal" L2Regularizaiton term

@nHackel nHackel marked this pull request as ready for review February 24, 2024 09:53
@nHackel nHackel marked this pull request as draft August 27, 2024 12:58
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.

1 participant