-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the remaining models to use new default covar & likelihood mod…
…ules Summary: X-link: pytorch/botorch#2507 Updates the default covar & likelihood modules of BoTorch models. See pytorch/botorch#2451 for details on the new defaults. For models that utilize a composite kernel, such as multi-fidelity/task/context, this change only affects the base kernel. Exceptions / Models that do not utilize the new modules: - Fully-bayesian models. - Pairwise GP. - Fidelity kernels for MF models. - (likelihood only) Any model that utilizes a likelihood other than `GaussianLikelihood` (e.g., `MultiTaskGaussianLikelihood`). Reviewed By: esantorella Differential Revision: D62196414
- Loading branch information
1 parent
db48a77
commit 5b8f61c
Showing
1 changed file
with
14 additions
and
19 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