2 writes to _costLast
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
27_costLast = searchAlgorithm.CostIncumbent == null ? 0 : (double)searchAlgorithm.CostIncumbent; 43_costLast = cost;
4 references to _costLast
Microsoft.ML.AutoML (4)
Tuner\SearchThread.cs (4)
28_costTotal = _costLast; 29_costBest = _costLast; 30_costBest1 = _costLast; 51_costBest = _costLast;