From 7aea52991b7dd23cdabce46a9e8fb9995e94d0b8 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 19 Dec 2016 16:46:02 -0500 Subject: [PATCH] TODO to add another functionality to the runAvg interface to be able to remove element from the window based on a criteria. --- schedulers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/README.md b/schedulers/README.md index 480816c..8ad8e09 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -5,6 +5,7 @@ To Do: * Design changes -- Possible to have one scheduler with different scheduling schemes? * Use the generic running average calculator in utilities/runAvg in schedulers/proactiveclusterwidecappers.go + * Added functionality to the runAvg interface to be able to remove element in the window based on a criteria. Scheduling Algorithms: