Added to TODO (generic running average computation).
This commit is contained in:
parent
795daf68a4
commit
fae3a35403
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Reference in a new issue