BayBEKernelFactory¶
- class baybe.surrogates.gaussian_process.presets.baybe.BayBEKernelFactory[source]¶
Bases:
_PureKernelFactoryThe default kernel factory for Gaussian process surrogates.
Public methods
__init__([parameter_selector])Method generated by attrs for class BayBEKernelFactory.
get_parameter_names(searchspace)Get the names of the parameters to be considered by the kernel.
Public attributes and properties
An optional selector to specify which parameters are considered by the kernel.
- __init__(parameter_selector: str | type[Parameter] | Collection[str] | Collection[type[Parameter]] | ParameterSelectorProtocol | None = None)¶
Method generated by attrs for class BayBEKernelFactory.
For details on the parameters, see Public attributes and properties.
- get_parameter_names(searchspace: SearchSpace)¶
Get the names of the parameters to be considered by the kernel.
-
parameter_selector:
ParameterSelectorProtocol|None¶ An optional selector to specify which parameters are considered by the kernel.