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 (#2742) Summary: Pull Request resolved: #2742 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. - Higher order GP: Produced weird division by zero errors after the change. - 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 fbshipit-source-id: e2c8983a49a9f00d878e1fb7cf346212acb895e9
- Loading branch information