-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fix/epsilon regularization #310
Fix/epsilon regularization #310
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.
Thanks a lot Michal for fixing this, this is very welcome and LGTM.
It might be beneficial for all to summarize in a comments section the overall logic of how epsilon is set, and the 4 scenarios we discussed.
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 85.95% 85.84% -0.12%
==========================================
Files 52 52
Lines 5590 5594 +4
Branches 853 855 +2
==========================================
- Hits 4805 4802 -3
- Misses 662 669 +7
Partials 123 123
|
Is there a comment section where I can check this? |
* Refactor epsilon scheduler * Rename back to `_epsilon` * Update variable assignment * Revert back to old name * Remove `jnp.where`
Epsilon
was flattened/unflattenedkwargs
fromGeometry.__init__
scale_epsilon
fromGeometry.__init__
(must be passed viaepsilon_scheduler.Epsilon
instance)closes #308