-
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
rMS proximal operator #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NickLuiken thanks for adding this, looks great.
I made some changes and also added a few comments where I was unsure. Please either reply here and I can fix it, or make sure to git pull origin dev
before making the changes and pushing them to avoid conflicts with my changes
pyproximal/proximal/rMS.py
Outdated
x : :obj:`numpy.ndarray` | ||
Vector | ||
thresh : :obj:`float` | ||
Threshold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a threshold?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is a regularization parameter and I changed the docstring
Pull request for the rMS proximal operator and the rMS tutorial