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)
54
if (
_objBest2
> _objBest1)
56
_speed = (
_objBest2
- _objBest1) / (_costTotal - _costBest2 + _eps);