forked from pytorch/botorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip fixed feature enumerations in optimize_acqf_mixed that can't sat…
…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
- Loading branch information
1 parent
8b13120
commit 0b7d557
Showing
2 changed files
with
75 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters