Removed TODO for creating generic running average calculator. Added TODO to use the generic running average calculator in proactiveclusterwidecappers.go

This commit is contained in:
Pradyumna Kaushik 2016-12-19 16:31:55 -05:00 committed by Renan DelValle
parent 59b8303aaf
commit 822ef0067c

View file

@ -4,7 +4,7 @@ Electron: Scheduling Algorithms
To Do:
* Design changes -- Possible to have one scheduler with different scheduling schemes?
* Make the running average calculation generic, so that schedulers in the future can use it and not implement their own.
* Use the generic running average calculator in utilities/runAvg in schedulers/proactiveclusterwidecappers.go
Scheduling Algorithms: