-
Notifications
You must be signed in to change notification settings - Fork 47
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
SacessOptimizer: expose more hyperparameters #1459
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1459 +/- ##
===========================================
- Coverage 83.44% 83.39% -0.05%
===========================================
Files 160 160
Lines 13474 13499 +25
===========================================
+ Hits 11243 11258 +15
- Misses 2231 2241 +10 ☔ View full report in Codecov by Sentry. |
724bf84
to
5c7aa6e
Compare
Introduces a new SacessOptions class to collect SacessOptimizer hyperparameters and makes some previously hard-coded values configurable.
Closes SacessOptimizer - expose more hyperparameters #1458
Fixes a mismatch in adaptation conditions between the original SaCeSS implementation and SacessOptimizer