DefaultKernelFactory¶
- class baybe.surrogates.gaussian_process.presets.default.DefaultKernelFactory[source]¶
Bases:
KernelFactory
A factory providing the default kernel for Gaussian process surrogates.
This is taking the low and high dimensional limits of
baybe.surrogates.gaussian_process.presets.edbo.EDBOKernelFactory
and interpolates the prior moments linearly between them.Public methods
__init__
()Method generated by attrs for class DefaultKernelFactory.
- __init__()¶
Method generated by attrs for class DefaultKernelFactory.
For details on the parameters, see Public attributes and properties.