changed the CapMargin to 70 and Window to 20 as they are the optimal ones.
This commit is contained in:
parent
270b5a7ee1
commit
86d91b3b5b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ func UpdateCapMargin(newCapMargin float64) bool {
|
||||||
var StarvationFactor = PowerThreshold / CapMargin
|
var StarvationFactor = PowerThreshold / CapMargin
|
||||||
|
|
||||||
// Window size for running average
|
// Window size for running average
|
||||||
var WindowSize = 160
|
var WindowSize = 20
|
||||||
|
|
||||||
// Update the window size.
|
// Update the window size.
|
||||||
func UpdateWindowSize(newWindowSize int) bool {
|
func UpdateWindowSize(newWindowSize int) bool {
|
||||||
|
|
Reference in a new issue