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

feat: added grad of Moreau envelope to grad method of ProxOperator #197

Merged
merged 3 commits into from
Mar 2, 2025

Conversation

mrava87
Copy link
Contributor

@mrava87 mrava87 commented Mar 1, 2025

This PR implements the gradient of Moreau envelope in the grad method of ProxOperator.

This will be called every time the method grad of a given proximal operator and the proximal operator does not implement the grad method itself (when, for example, the gradient of the function does not exist)

@mrava87 mrava87 merged commit f7be4a5 into PyLops:dev Mar 2, 2025
7 checks passed
@mrava87 mrava87 deleted the feat-gradme branch March 2, 2025 22:08
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