2 writes to BestObj
Microsoft.ML.AutoML (2)
Tuner\Flow2.cs (2)
74flow2.BestObj = metric; 105BestObj = metric;
4 references to BestObj
Microsoft.ML.AutoML (4)
Tuner\Flow2.cs (2)
103if (BestObj == null || metric < BestObj)
Tuner\SearchThread.cs (2)
32_objBest1 = searchAlgorithm.BestObj == null ? double.PositiveInfinity : (double)searchAlgorithm.BestObj;