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;