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:
parent
59b8303aaf
commit
822ef0067c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Electron: Scheduling Algorithms
|
||||||
To Do:
|
To Do:
|
||||||
|
|
||||||
* Design changes -- Possible to have one scheduler with different scheduling schemes?
|
* 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:
|
Scheduling Algorithms:
|
||||||
|
|
||||||
|
|
Reference in a new issue