1 write to _stepUpperBound
Microsoft.ML.AutoML (1)
Tuner\Flow2.cs (1)
51_stepUpperBound = Math.Sqrt(_dim);
3 references to _stepUpperBound
Microsoft.ML.AutoML (3)
Tuner\Flow2.cs (3)
53if (_step > _stepUpperBound) 55_step = _stepUpperBound; 112_step = Math.Min(_step, _stepUpperBound);