2 implementations of InRange
Microsoft.ML.Sweeper (2)
Parameters.cs (2)
328public bool InRange(IParameterValue value) 452public bool InRange(IParameterValue value)
1 reference to InRange
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
342if (!((INumericValueGenerator)_sweepParameters[i]).InRange(param))