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