3 implementations of
Microsoft.ML.Sweeper (3)
Parameters.cs (3)
295
public IParameterValue
this
[int i]
419
public IParameterValue
this
[int i]
486
public IParameterValue
this
[int i]
2 references to
Microsoft.ML.Sweeper (2)
Algorithms\Grid.cs (2)
184
return new ParameterSet(SweepParameters.Select(sweepParameter => sweepParameter
[
Host.Rand.Next(sweepParameter.Count)]));
197
var pv = sweepParameter
[
combination / div];