Panic when few tasks are present and hence added a TODO to test each scheduler for corner cases
This commit is contained in:
parent
de4df8ba7b
commit
a6dcda04c8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ To Do:
|
||||||
* Add ability to use constraints
|
* Add ability to use constraints
|
||||||
* Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
* Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||||
* Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?)
|
* Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?)
|
||||||
|
* Write test code for each scheduler (This should be after the design change)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue