4 references to NumberInitialPopulation
Microsoft.ML.Sweeper (4)
Algorithms\KdoSweeper.cs (4)
93
_host.CheckUserArg(options.
NumberInitialPopulation
> 1, nameof(options.
NumberInitialPopulation
), "Must be greater than 1");
113
var numSweeps = Math.Min(numOfCandidates, _args.
NumberInitialPopulation
- prevRuns.Length);
117
if (prevRuns.Length < _args.
NumberInitialPopulation
)