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
;