Fixed Hyperparameters
A heuristic, non-iterative hyperparameter setter: the ARD length scales are set to lengthScaleFactor times each input's range, and the signal variance is set to the sample variance of the observed means (or 1.0 if degenerate). This is fast, deterministic, and robust, making it a good default for a first-cut surrogate.
Parameters
length Scale Factor
the fraction of each input range used as that dimension's length scale. Must be > 0. Defaults to 1.0.
Functions
Link copied to clipboard
open override fun fit(model: GaussianProcessModel, points: List<DoubleArray>, means: DoubleArray, noiseVars: DoubleArray, rnStream: RNStreamIfc)