2 writes to _bestConfig
Microsoft.ML.AutoML (2)
Tuner\Flow2.cs (2)
46
_bestConfig
= _initConfig;
106
_bestConfig
= parameter;
3 references to _bestConfig
Microsoft.ML.AutoML (3)
Tuner\Flow2.cs (3)
47
_incumbent = _searchSpace.MappingToFeatureSpace(
_bestConfig
);
68
get =>
_bestConfig
;
107
_incumbent = _searchSpace.MappingToFeatureSpace(
_bestConfig
);