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)
83
if (
_directionTried
!= null)
85
move = ArrayMath.Sub(_incumbent,
_directionTried
);
92
move = ArrayMath.Add(_incumbent,
_directionTried
);