custom_GP#
Custom implementations of Gaussian Process models using BoTorch API
Classes
|
GP surrogate with a FF NN feature extractor |
|
GP Surrogate with non-informative or no prior distributions |
|
Class which builds a GP with custom prior distributions; by default set to the values of BoTorch SingleTaskGP |
- class obsidian.surrogates.custom_GP.DKLGP(train_X, train_Y)[source]#
Bases:
ExactGP
,GPyTorchModel
GP surrogate with a FF NN feature extractor