-
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 in MBM
Summary: MBM with multiple surrogates was never supported e2e and is being deprecated. This diff: - Adds a new `surrogate_spec: Surrogate` input to `BoTorchModel`, to replace `surrogate_specs: dict[str, Surrogate]` input. - Raises a `DeprecationWarning` (as an exception) if `surrogate_specs` is passed in with multiple elements. - Cleans up the code that was necessary to support multiple surrogates. Differential Revision: D64875988
- Loading branch information
1 parent
322ea96
commit 5ca9a59
Showing
11 changed files
with
216 additions
and
423 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
Oops, something went wrong.