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