1 write to _numPostbracketSteps
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
23
: this(lossCalculator, lossIndex) {
_numPostbracketSteps
= numPostbracketSteps; _minStepSize = minStepSize; }
2 references to _numPostbracketSteps
Microsoft.ML.FastTree (2)
Training\StepSearch.cs (2)
128
if (
_numPostbracketSteps
> 0)
131
for (int step = 0; step <
_numPostbracketSteps
; ++step)