baybe.surrogates.gaussian_process.components.meanΒΆ

Mean factories for the Gaussian process surrogate.

Module Attributes

MeanFactoryProtocol

A factory protocol for Gaussian process mean functions.

PlainMeanFactory

A trivial factory returning a fixed, pre-defined mean function.

Classes

LazyConstantMeanFactory

A factory providing constant mean functions using lazy loading.