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