-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add batched acquisition functions and knowledge gradient #37
Conversation
this is in response to previous commit
in response to earlier change in the arg sequence
- Add batche-mode acquisition functions - Move ei, ucb, and poi to base_acq - Update tests
After the last update it was actually computing ucb
- remove jit decorator (prevents KG implementatio) - Do not pop noise out of the dictionary
(it might make sense to do it for other kernels as well)
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. @@ Coverage Diff @@
## main #37 +/- ##
==========================================
+ Coverage 94.34% 95.03% +0.68%
==========================================
Files 37 39 +2
Lines 2813 3063 +250
==========================================
+ Hits 2654 2911 +257
+ Misses 159 152 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
No description provided.