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.
Summary: `Surrogate` for `ModelListGP`: constructs a `ModelListGP` with specified sub-model classes under the hood Usage example: ``` m = BoTorchModel( surrogate=ListSurrogate( # Dictionary of which model class should be used to model which outcome. botorch_model_class_per_outcome={"m": SingleTaskGP, "n": SingleTaskGP} ) ) ``` D23606005 then introduces default usage of this for cases where there are multiple X-s in Xs and they are not all the same (so we are not using batched multi-output). Reviewed By: Balandat Differential Revision: D23382535 fbshipit-source-id: ff524c658e09a8837f71646f309289cde4da8c33
- Loading branch information
1 parent
e3fd5a6
commit fefc406
Showing
10 changed files
with
519 additions
and
94 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
Oops, something went wrong.