Added to TODO (generic running average computation).

This commit is contained in:
Pradyumna Kaushik 2016-11-28 22:29:13 -05:00 committed by Renan DelValle
parent 795daf68a4
commit fae3a35403

View file

@ -4,6 +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.
Scheduling Algorithms: