1 write to _dim
Microsoft.ML.AutoML (1)
Tuner\Flow2.cs (1)
48_dim = _searchSpace.Count;
4 references to _dim
Microsoft.ML.AutoML (4)
Tuner\Flow2.cs (4)
49_numAllowed4Incumbent = 2 * _dim; 50_step = _stepSize * Math.Sqrt(_dim); 51_stepUpperBound = Math.Sqrt(_dim); 110_numAllowed4Incumbent = 2 * _dim;