2 writes to _objBest2
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
33_objBest2 = _objBest1; 49_objBest2 = double.IsInfinity(_objBest1) ? metric : _objBest1;
2 references to _objBest2
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
54if (_objBest2 > _objBest1) 56_speed = (_objBest2 - _objBest1) / (_costTotal - _costBest2 + _eps);