-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove multi-surrogate support from Acquisition classes (#2949)
Summary: Pull Request resolved: #2949 Multiple surrogates is not supported by any Acquisition classes and is being deprecated. This diff replaces the `surrogates: dict[str, Surrogate]` input to `Acquisition` classes with a simple `surrogate: Surrogate` input and cleans up the relevant code. A following diff will remove multiple-surrogate support from the `BoTorchModel` class. Reviewed By: Balandat Differential Revision: D64875386 fbshipit-source-id: 19f26f3c69f1e3c91d1204b84b4a645c70f557d1
- Loading branch information
1 parent
8dcb808
commit b1f8a75
Showing
6 changed files
with
32 additions
and
97 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
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
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