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