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); 113if (_hi.Step <= _minStepSize) 145if (_hi.Step <= _minStepSize) 157if (_hi.Step < _minStepSize) 158_left.Step = _minStepSize; 159else if (_hi.Step == _minStepSize)