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