2 references to Epsilon
Microsoft.ML.Sweeper (2)
Algorithms\SmacSweeper.cs (2)
204
Tuple<double, ParameterSet> bestChildKvp = LocalSearch(c, forest, bestVal, _args.
Epsilon
);
245
if (eis[bestIndex] - currentBestEI < _args.
Epsilon
)