Skip to content

[q]LogProbabilityOfFeasibility#2815

Closed
SebastianAment wants to merge 1 commit intometa-pytorch:mainfrom
SebastianAment:export-D72411936
Closed

[q]LogProbabilityOfFeasibility#2815
SebastianAment wants to merge 1 commit intometa-pytorch:mainfrom
SebastianAment:export-D72411936

Conversation

@SebastianAment
Copy link
Contributor

@SebastianAment SebastianAment commented Apr 9, 2025

Summary: This commit adds LogProbabilityOfFeasibility and the corresponding batch Monte-Carlo version qLogProbabilityOfFeasibility. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. qLogNEI.

Differential Revision: D72411936

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 9, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 9, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

@jduerholt
Copy link
Collaborator

Hi @SebastianAment,

this looks very useful, especially in the case described above.

Just one question/remark: Will you also add the acqf to get_acquisition_function in factory.py? Or do you plan to deprecate this method in favor of the acqf constructors in the future? If yes, do you have some kind of documentation on how to use this constructors properly? Internally we are currently heavily relying on get_acquisition_function as it is a nice convenience function ;)

Best,

Johannes

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 10, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

@SebastianAment
Copy link
Contributor Author

Hi @jduerholt,

Good point! We haven't been using the helper much internally, I'll add it for convenience. :)

@codecov
Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cbada4c) to head (93bd6a1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2815   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          211       211           
  Lines        19286     19320   +34     
=========================================
+ Hits         19286     19320   +34     

☔ 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.

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 10, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 10, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 11, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 11, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

SebastianAment added a commit to SebastianAment/botorch that referenced this pull request Apr 11, 2025
Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

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

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

Summary:

This commit adds `LogProbabilityOfFeasibility` and the corresponding batch Monte-Carlo version `qLogProbabilityOfFeasibility`. These new acquisition functions compute a probability of feasibility acquisition value that is particularly relevant for optimization runs that start out without any feasible observations. After a feasible observation is found, the acquisition function likely becomes over-exploitative, and one is better served switching to an acquisition function that also takes into account the objective value, e.g. `qLogNEI`.

Reviewed By: dme65, Balandat

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c3a67a7.

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