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