2 writes to CostIncumbent
Microsoft.ML.AutoML (2)
Tuner\Flow2.cs (2)
75flow2.CostIncumbent = cost; 108CostIncumbent = cost;
2 references to CostIncumbent
Microsoft.ML.AutoML (2)
Tuner\SearchThread.cs (2)
27_costLast = searchAlgorithm.CostIncumbent == null ? 0 : (double)searchAlgorithm.CostIncumbent;