3 writes to _directionTried
Microsoft.ML.AutoML (3)
Tuner\Flow2.cs (3)
87_directionTried = null; 91_directionTried = RandVectorSphere(); 113_directionTried = null;
3 references to _directionTried
Microsoft.ML.AutoML (3)
Tuner\Flow2.cs (3)
83if (_directionTried != null) 85move = ArrayMath.Sub(_incumbent, _directionTried); 92move = ArrayMath.Add(_incumbent, _directionTried);