Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

danielrjiang
Copy link
Contributor

Summary: This is work by jiayuewan during his internship. I am simply moving it to OSS.

Differential Revision: D43337388

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Feb 16, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #1684 (506b0f2) into main (ecd83ca) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 506b0f2 differs from pull request most recent head aeda382. Consider uploading reports for the commit aeda382 to get more accurate results

@@            Coverage Diff            @@
##              main     #1684   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          169       169           
  Lines        14537     14554   +17     
=========================================
+ Hits         14537     14554   +17     
Impacted Files Coverage Δ
botorch/acquisition/__init__.py 100.00% <ø> (ø)
botorch/acquisition/analytic.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

danielrjiang added a commit to danielrjiang/botorch that referenced this pull request Feb 16, 2023
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

danielrjiang added a commit to danielrjiang/botorch that referenced this pull request Feb 16, 2023
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

danielrjiang added a commit to danielrjiang/botorch that referenced this pull request Feb 16, 2023
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

danielrjiang added a commit to danielrjiang/botorch that referenced this pull request Feb 16, 2023
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

@@ -231,6 +234,70 @@ def forward(self, X: Tensor) -> Tensor:
return Phi(u)


class ApproximateProbabilityOfImprovement(AnalyticAcquisitionFunction):
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D43337388

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 52959e6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants