-
Notifications
You must be signed in to change notification settings - Fork 419
[q]LogProbabilityOfFeasibility
#2815
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
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`. Differential Revision: D72411936
c27c4fd
to
f55e525
Compare
This pull request was exported from Phabricator. Differential Revision: D72411936 |
f55e525
to
2e4e2df
Compare
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
This pull request was exported from Phabricator. Differential Revision: D72411936 |
Hi @SebastianAment, this looks very useful, especially in the case described above. Just one question/remark: Will you also add the acqf to Best, Johannes |
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
2e4e2df
to
029a9ea
Compare
This pull request was exported from Phabricator. Differential Revision: D72411936 |
Hi @jduerholt, Good point! We haven't been using the helper much internally, I'll add it for convenience. :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2815 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 206 206
Lines 18679 18713 +34
=========================================
+ Hits 18679 18713 +34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
029a9ea
to
7793ff7
Compare
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
This pull request was exported from Phabricator. Differential Revision: D72411936 |
7793ff7
to
46a5328
Compare
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
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`. Differential Revision: D72411936
46a5328
to
1ab8724
Compare
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`. Differential Revision: D72411936
1ab8724
to
f007208
Compare
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`. Differential Revision: D72411936
f007208
to
61e2664
Compare
This pull request was exported from Phabricator. Differential Revision: D72411936 |
Summary: This commit adds
LogProbabilityOfFeasibility
and the corresponding batch Monte-Carlo versionqLogProbabilityOfFeasibility
. 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