GaussianProcessPreset¶
- class baybe.surrogates.gaussian_process.presets.core.GaussianProcessPreset[source]¶
Bases:
EnumAvailable Gaussian process surrogate presets.
Public attributes and properties
The default BayBE settings of the Gaussian process surrogate class.
The BoTorch settings.
The adaptive kernel hyperprior settings proposed by [CFS26].
The EDBO settings proposed by [SSL+21].
A smoothed version of the EDBO settings (adapted from [SSL+21]).
- BAYBE = 'BAYBE'¶
The default BayBE settings of the Gaussian process surrogate class.
- BOTORCH = 'BOTORCH'¶
The BoTorch settings.