TODO to add another functionality to the runAvg interface to be able to remove element from the window based on a criteria.
This commit is contained in:
parent
822ef0067c
commit
7aea52991b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +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.
|
||||
|
||||
Scheduling Algorithms:
|
||||
|
||||
|
|
Reference in a new issue