2 implementations of NormalizeValue
Microsoft.ML.Sweeper (2)
Parameters.cs (2)
313
public float
NormalizeValue
(IParameterValue value)
437
public float
NormalizeValue
(IParameterValue value)
2 references to NormalizeValue
Microsoft.ML.Sweeper (2)
Algorithms\NelderMead.cs (1)
439
result.Add(((INumericValueGenerator)_sweepParameters[i]).
NormalizeValue
(parameterSet[_sweepParameters[i].Name]));
Algorithms\SmacSweeper.cs (1)
468
return parameterNumeric.
NormalizeValue
(pset);