2 writes to _historicStepSize
Microsoft.ML.FastTree (2)
Training\StepSearch.cs (2)
31
_historicStepSize
= Math.Max(1.0, _minStepSize);
165
_historicStepSize
= bestStep;
3 references to _historicStepSize
Microsoft.ML.FastTree (3)
Training\StepSearch.cs (3)
105
_lo.Step =
_historicStepSize
/ _phi;
106
_left.Step =
_historicStepSize
;
120
_hi.Step =
_historicStepSize
* _phi;