-
Notifications
You must be signed in to change notification settings - Fork 430
optimize sequence of acquisition functions #2931
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
base: main
Are you sure you want to change the base?
Conversation
Summary: This adds implements an abstract MultiOutputAcquisitionFunction in botorch, as well as two subclasses: - A MultiOutputPosteriorMean - A wrapper around multiple single-output AFs. Differential Revision: D77666057
Summary: see title Differential Revision: D77696625
Summary: Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features Differential Revision: D77696697
This pull request was exported from Phabricator. Differential Revision: D78560867 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2931 +/- ##
===========================================
- Coverage 100.00% 99.44% -0.56%
===========================================
Files 212 214 +2
Lines 19827 19907 +80
===========================================
- Hits 19827 19796 -31
- Misses 0 111 +111 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
50e8d10
to
87113ea
Compare
Summary: Enables sequential q-batch optimization using a sequence of acquisition functions rather than the same acquisition function for each point in the batch. Right now just for when using optimize_acqf, thus focused on continuous search spaces. Differential Revision: D78560867
Summary: Pull Request resolved: pytorch#2931 Enables sequential q-batch optimization using a sequence of acquisition functions rather than the same acquisition function for each point in the batch. Right now just for when using optimize_acqf, thus focused on continuous search spaces. Differential Revision: D78560867
This pull request was exported from Phabricator. Differential Revision: D78560867 |
87113ea
to
683716d
Compare
Summary: Enables sequential q-batch optimization using a sequence of acquisition functions rather than the same acquisition function for each point in the batch. Right now just for when using optimize_acqf, thus focused on continuous search spaces.
Differential Revision: D78560867