次の方法で共有


AutoMLExperimentExtension.SetRandomSearchTuner メソッド

定義

ハイパーパラメーターの最適化のためのチューナとして設定 Microsoft.ML.AutoML.RandomSearchTuner します。 が指定されている場合 seed 、そのシードを使用して を初期化 Microsoft.ML.AutoML.RandomSearchTunerします。 それ以外の場合は、 Seed が使用されます。

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

パラメーター

seed
Nullable<Int32>

戻り値

適用対象