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"); 113var numSweeps = Math.Min(numOfCandidates, _args.NumberInitialPopulation - prevRuns.Length); 117if (prevRuns.Length < _args.NumberInitialPopulation)