4 writes to BatchSize
Microsoft.ML.Sweeper.Tests (4)
TestSweeper.cs (4)
185
args.
BatchSize
= 5;
235
args.
BatchSize
= 5;
306
args.
BatchSize
= batchSize;
358
args.
BatchSize
= batchSize;
11 references to BatchSize
Microsoft.ML.Sweeper (4)
AsyncSweeper.cs (4)
197
_host.CheckUserArg(options.
BatchSize
> 0, nameof(options.
BatchSize
), "Batch size must be positive");
199
_host.CheckUserArg(options.Relaxation <= options.
BatchSize
, nameof(options.Relaxation),
201
_batchSize = options.
BatchSize
;
Microsoft.ML.Sweeper.Tests (7)
TestSweeper.cs (7)
208
if (i < args.
BatchSize
- args.Relaxation)
226
Assert.Equal(args.
BatchSize
+ args.
BatchSize
, numCompleted);
236
args.Relaxation = args.
BatchSize
- 1;
273
for (int i = 0; i < args.
BatchSize
; i++)
284
for (int i = args.
BatchSize
; i < 2 * args.
BatchSize
; i++)