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