-
Notifications
You must be signed in to change notification settings - Fork 404
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
Skip fixed feature enumerations in optimize_acqf_mixed that can't satisfy the parameter constraints #2614
Conversation
de201de
to
1bb4263
Compare
This pull request was exported from Phabricator. Differential Revision: D65514819 |
This pull request was exported from Phabricator. Differential Revision: D65514819 |
…isfy the parameter constraints (pytorch#2614) Summary: Pull Request resolved: pytorch#2614 When using `optimize_acqf_mixed`, some combinations of fixed features may result in the parameter constraints being impossible to satisfy. This causes `optimize_acqf` to error out. This diff skips the combinations of fixed features where the parameter constraints are impossible to satisfy. Differential Revision: D65514819
1bb4263
to
4e7cfca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2614 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 196 196
Lines 17359 17369 +10
=======================================
+ Hits 17357 17367 +10
Misses 2 2 ☔ View full report in Codecov by Sentry. |
…isfy the parameter constraints (pytorch#2614) Summary: When using `optimize_acqf_mixed`, some combinations of fixed features may result in the parameter constraints being impossible to satisfy. This causes `optimize_acqf` to error out. This diff skips the combinations of fixed features where the parameter constraints are impossible to satisfy. Reviewed By: saitcakmak, esantorella Differential Revision: D65514819
4e7cfca
to
0b7d557
Compare
This pull request was exported from Phabricator. Differential Revision: D65514819 |
…isfy the parameter constraints (pytorch#2614) Summary: When using `optimize_acqf_mixed`, some combinations of fixed features may result in the parameter constraints being impossible to satisfy. This causes `optimize_acqf` to error out. This diff skips the combinations of fixed features where the parameter constraints are impossible to satisfy. Reviewed By: saitcakmak, esantorella Differential Revision: D65514819
0b7d557
to
65041ae
Compare
This pull request was exported from Phabricator. Differential Revision: D65514819 |
This pull request has been merged in cd657d9. |
Summary: When using
optimize_acqf_mixed
, some combinations of fixed features may result in the parameter constraints being impossible to satisfy. This causesoptimize_acqf
to error out. This diff skips the combinations of fixed features where the parameter constraints are impossible to satisfy.Differential Revision: D65514819