Share via


SamplingAlgorithm Class

Definition

The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm Please note SamplingAlgorithm is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BayesianSamplingAlgorithm, GridSamplingAlgorithm and RandomSamplingAlgorithm.

public abstract class SamplingAlgorithm
type SamplingAlgorithm = class
Public MustInherit Class SamplingAlgorithm
Inheritance
SamplingAlgorithm
Derived

Constructors

SamplingAlgorithm()

Initializes a new instance of SamplingAlgorithm.

Applies to