Implemented interface member:
2 references to CompareTo
Microsoft.ML.Sweeper (2)
Algorithms\KdoSweeper.cs (1)
434
if (bestK.Count < _args.HistoryLength || r.
CompareTo
(worst) > 0)
Algorithms\SmacSweeper.cs (1)
388
if (bestK.Count < k || r.
CompareTo
(worst) > 0)