AutoMLExperimentExtension.SetRandomSearchTuner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
set Microsoft.ML.AutoML.RandomSearchTuner as tuner for hyper parameter optimization. If seed
is provided, it will use that
seed to initialize Microsoft.ML.AutoML.RandomSearchTuner. Otherwise, Seed will be used.
public static Microsoft.ML.AutoML.AutoMLExperiment SetRandomSearchTuner (this Microsoft.ML.AutoML.AutoMLExperiment experiment, int? seed = default);
static member SetRandomSearchTuner : Microsoft.ML.AutoML.AutoMLExperiment * Nullable<int> -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetRandomSearchTuner (experiment As AutoMLExperiment, Optional seed As Nullable(Of Integer) = Nothing) As AutoMLExperiment
Parameters
- experiment
- AutoMLExperiment