2 writes to _incumbent
Microsoft.ML.AutoML (2)
Tuner\Flow2.cs (2)
47_incumbent = _searchSpace.MappingToFeatureSpace(_bestConfig); 107_incumbent = _searchSpace.MappingToFeatureSpace(_bestConfig);
2 references to _incumbent
Microsoft.ML.AutoML (2)
Tuner\Flow2.cs (2)
85move = ArrayMath.Sub(_incumbent, _directionTried); 92move = ArrayMath.Add(_incumbent, _directionTried);