Skip to content

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

Closed
wants to merge 1 commit into from

Conversation

bletham
Copy link
Contributor

@bletham bletham commented Jul 18, 2025

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

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 18, 2025
@facebook-github-bot
Copy link
Contributor

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

Copy link

codecov bot commented Jul 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (22bebf3) to head (8e6fc70).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2931   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          216       216           
  Lines        20219     20246   +27     
=========================================
+ Hits         20219     20246   +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bletham bletham force-pushed the export-D78560867 branch from 50e8d10 to 87113ea Compare July 21, 2025 15:12
bletham added a commit to bletham/botorch that referenced this pull request Jul 21, 2025
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
@facebook-github-bot
Copy link
Contributor

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

bletham added a commit to bletham/botorch that referenced this pull request Jul 21, 2025
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
@bletham bletham force-pushed the export-D78560867 branch from 87113ea to 683716d Compare July 21, 2025 15:20
@jduerholt
Copy link
Collaborator

Very interesting PR, one question: how does it relate to optimize_acqf_list?

def optimize_acqf_list(

@bletham
Copy link
Contributor Author

bletham commented Jul 22, 2025

Essentially this folds the functionality of optimize_acqf_list up into the sequential_q optimizer. I can see optimize_acqf_list being deprecated at some point in the future after this goes in.

@facebook-github-bot
Copy link
Contributor

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

bletham added a commit to bletham/botorch that referenced this pull request Aug 6, 2025
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
@bletham bletham force-pushed the export-D78560867 branch 2 times, most recently from db625bc to 5f1fb2a Compare August 7, 2025 15:03
bletham added a commit to bletham/botorch that referenced this pull request Aug 7, 2025
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
@facebook-github-bot
Copy link
Contributor

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

bletham added a commit to bletham/botorch that referenced this pull request Aug 8, 2025
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.

Reviewed By: sdaulton

Differential Revision: D78560867
bletham added a commit to bletham/botorch that referenced this pull request Aug 8, 2025
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.

Reviewed By: sdaulton

Differential Revision: D78560867
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

bletham added a commit to bletham/botorch that referenced this pull request Aug 8, 2025
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.

Reviewed By: sdaulton

Differential Revision: D78560867
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.

Reviewed By: sdaulton

Differential Revision: D78560867
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 20f1116.

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