1 write to _relaxation
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
207
_relaxation
= options.Relaxation;
2 references to _relaxation
Microsoft.ML.Sweeper (2)
AsyncSweeper.cs (2)
250
PrepareNextBatch(_results.GetRange(0, Math.Max(0, _numGenerated -
_relaxation
)));
264
return _minUnfinishedId >= _numGenerated -
_relaxation
;