forked from facebook/Ax
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (facebook#2957)
Summary: Pull Request resolved: facebook#2957 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. Reviewed By: sdaulton Differential Revision: D64875988 fbshipit-source-id: f750fc9635ef9caff2e9f34c80fc20878529e102
- Loading branch information
1 parent
0442f2d
commit 3033b14
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.