4 references to SweepBatchSize
Microsoft.ML.Sweeper (4)
SweepCommand.cs (4)
71_host.CheckUserArg(args.SweepBatchSize > 0, nameof(args.SweepBatchSize), "Must be positive"); 74_initBatchSize = args.InitialSweepBatchSize ?? args.SweepBatchSize; 75_batchSize = args.SweepBatchSize;