[q]LogProbabilityOfFeasibility#2815
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 211 211
Lines 19286 19320 +34
=========================================
+ Hits 19286 19320 +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 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
61e2664 to
93bd6a1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D72411936 |
|
This pull request has been merged in c3a67a7. |
Summary: This commit adds
LogProbabilityOfFeasibilityand 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