MleHyperparameterFitter

constructor(numStarts: Int = defaultNumStarts, lengthScaleLowFactor: Double = 0.05, lengthScaleHighFactor: Double = 2.0)(source)

Parameters

numStarts

the number of random restarts. Must be >= 1. Defaults to defaultNumStarts.

lengthScaleLowFactor

the lower bound factor on length scales. Must be > 0.

lengthScaleHighFactor

the upper bound factor on length scales. Must be >lengthScaleLowFactor.