2 writes to _costTotal
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
28_costTotal = _costLast; 44_costTotal += cost;
2 references to _costTotal
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
48_costBest1 = _costTotal; 56_speed = (_objBest2 - _objBest1) / (_costTotal - _costBest2 + _eps);