1 write to _minStepSize
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
23
: this(lossCalculator, lossIndex) { _numPostbracketSteps = numPostbracketSteps;
_minStepSize
= minStepSize; }
6 references to _minStepSize
Microsoft.ML.FastTree (6)
Training\StepSearch.cs (6)
31
_historicStepSize = Math.Max(1.0,
_minStepSize
);
113
if (_hi.Step <=
_minStepSize
)
145
if (_hi.Step <=
_minStepSize
)
157
if (_hi.Step <
_minStepSize
)
158
_left.Step =
_minStepSize
;
159
else if (_hi.Step ==
_minStepSize
)