-
Notifications
You must be signed in to change notification settings - Fork 415
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
Introducing LogNoisyExpectedImprovement
#1577
Conversation
This pull request was exported from Phabricator. Differential Revision: D42109272 |
Summary: Pull Request resolved: pytorch#1577 Follow up on D41890063 (pytorch@d819b2d), continuing the logarithmification of improvement-based acquisition functions. Notably, the existing test case for `NEI` already exhibits acquisition values that are exactly zero and gradients on the order of machine epsilon. This is solved by `LogNEI`. Reviewed By: Balandat Differential Revision: D42109272 fbshipit-source-id: fef4dda61cd2fcb1d09af15abe83a9812c88f0b2
ea9aeb3
to
25228a8
Compare
This pull request was exported from Phabricator. Differential Revision: D42109272 |
Codecov Report
@@ Coverage Diff @@
## main #1577 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 153 153
Lines 13602 13623 +21
=========================================
+ Hits 13602 13623 +21
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1577 Follow up on D41890063 (pytorch@d819b2d), continuing the logarithmification of improvement-based acquisition functions. Notably, the existing test case for `NEI` already exhibits acquisition values that are exactly zero and gradients on the order of machine epsilon. This is solved by `LogNEI`. Reviewed By: Balandat Differential Revision: D42109272 fbshipit-source-id: 147ece187d973d28cc788e68ad2a1a4db690b12e
25228a8
to
86067d3
Compare
This pull request was exported from Phabricator. Differential Revision: D42109272 |
Summary: Pull Request resolved: pytorch#1577 Follow up on D41890063 (pytorch@d819b2d), continuing the logarithmification of improvement-based acquisition functions. Notably, the existing test case for `NEI` already exhibits acquisition values that are exactly zero and gradients on the order of machine epsilon. This is solved by `LogNEI`. Reviewed By: Balandat Differential Revision: D42109272 fbshipit-source-id: 3c8370b4581a57becceb915b82a4850386aa61c4
This pull request was exported from Phabricator. Differential Revision: D42109272 |
86067d3
to
fd5bfaa
Compare
This pull request has been merged in 8f58784. |
Summary:
Follow up on D41890063 (d819b2d), continuing the logarithmification of improvement-based acquisition functions.
Notably, the existing test case for
NEI
already exhibits acquisition values that are exactly zero and gradients on the order of machine epsilon. This is solved byLogNEI
.Reviewed By: Balandat
Differential Revision: D42109272