You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the remaining models to use new default covar & likelihood modules (#2507)
Summary:
X-link: facebook/Ax#2742
Pull Request resolved: #2507
Updates the default covar & likelihood modules of BoTorch models. See #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
0 commit comments