-
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
approximate qPI using MVNXPB #1684
Conversation
This pull request was exported from Phabricator. Differential Revision: D43337388 |
Codecov Report
@@ Coverage Diff @@
## main #1684 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 169 169
Lines 14537 14554 +17
=========================================
+ Hits 14537 14554 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1684 This is work by jiayuewan during his internship. I am simply moving it to OSS. Differential Revision: D43337388 fbshipit-source-id: 93b2887a4b23685ff1dbf1efa0fbb692c67871b6
This pull request was exported from Phabricator. Differential Revision: D43337388 |
2da5b86
to
59515a5
Compare
Summary: Pull Request resolved: pytorch#1684 This is work by jiayuewan during his internship. I am simply moving it to OSS. Differential Revision: D43337388 fbshipit-source-id: e2708825fa26ab230acb2549f823a651bbd940c4
59515a5
to
50cf85a
Compare
This pull request was exported from Phabricator. Differential Revision: D43337388 |
Summary: Pull Request resolved: pytorch#1684 This is work by jiayuewan during his internship. I am simply moving it to OSS. Reviewed By: Balandat Differential Revision: D43337388 fbshipit-source-id: 028aa2798a00ffe94124c0ce193fc7ff54999993
This pull request was exported from Phabricator. Differential Revision: D43337388 |
50cf85a
to
a205744
Compare
Summary: Pull Request resolved: pytorch#1684 This is work by jiayuewan during his internship. I am simply moving it to OSS. Reviewed By: Balandat Differential Revision: D43337388 fbshipit-source-id: 33eaf7cf7f5c58d2bc79617066e919b8e0c9cebe
a205744
to
e7d6d53
Compare
This pull request was exported from Phabricator. Differential Revision: D43337388 |
botorch/acquisition/analytic.py
Outdated
@@ -231,6 +234,70 @@ def forward(self, X: Tensor) -> Tensor: | |||
return Phi(u) | |||
|
|||
|
|||
class ApproximateProbabilityOfImprovement(AnalyticAcquisitionFunction): |
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.
Feels like this should have a notion of batch support in the name? Maybe sth like qAnalyticProbabilityOfImprovement
? Or BatchProbabilityOfImprovement
?
Summary: Pull Request resolved: pytorch#1684 This is work by jiayuewan during his internship. I am simply moving it to OSS. Reviewed By: Balandat Differential Revision: D43337388 fbshipit-source-id: ad36066ab16d322d9deeed99110b090a273065d2
e7d6d53
to
aeda382
Compare
This pull request was exported from Phabricator. Differential Revision: D43337388 |
This pull request has been merged in 52959e6. |
Summary: This is work by jiayuewan during his internship. I am simply moving it to OSS.
Differential Revision: D43337388