SamplingAlgorithm interface
The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm
Properties
sampling |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
samplingAlgorithmType
Polymorphic discriminator, which specifies the different types this object can be
samplingAlgorithmType: "Bayesian" | "Grid" | "Random"
Property Value
"Bayesian" | "Grid" | "Random"