5 references to Count
Microsoft.ML.Sweeper (5)
Algorithms\NelderMead.cs (1)
433Contracts.Assert(parameterSet.Count == _sweepParameters.Count);
Algorithms\SmacSweeper.cs (1)
439_host.Assert(parameterSet.Count == _sweepParameters.Length);
Algorithms\SweeperProbabilityUtils.cs (1)
162host.Assert(ps.Count == sweepParams.Length);
SynthConfigRunner.cs (2)
92return (10 * ps.Count + total) > 0 ? 1.0 / (10 * ps.Count + total) : 1.0;