From bd3802ddfdc6fb3fe25d4b3e687b9bbde24ad2f3 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 19 Dec 2016 16:46:52 -0500 Subject: [PATCH] Made change to TODO --- schedulers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedulers/README.md b/schedulers/README.md index 8ad8e09..72c2f34 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -5,7 +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. + * Add functionality to the runAvg interface to be able to remove element in the window based on a criteria. Scheduling Algorithms: