9 references to
Microsoft.ML.Sweeper (9)
Algorithms\KdoSweeper.cs (3)
367weights[labelToIndex[r.ParameterSet[param.Name].ValueText]] += r.MetricValue; 368counts[labelToIndex[r.ParameterSet[param.Name].ValueText]]++; 413weights[labelToIndex[r.ParameterSet[param.Name].ValueText]] += r.MetricValue;
Algorithms\NelderMead.cs (2)
438Contracts.AssertValue(parameterSet[_sweepParameters[i].Name]); 439result.Add(((INumericValueGenerator)_sweepParameters[i]).NormalizeValue(parameterSet[_sweepParameters[i].Name]));
Algorithms\SmacSweeper.cs (3)
279IParameterValue pset = parent[sweepParam.Name]; 430parameters.Add(original[_sweepParameters[i].Name]); 443var pset = parameterSet[sweepParam.Name];
Algorithms\SweeperProbabilityUtils.cs (1)
172var pset = ps[sweepParam.Name];