changed the window size and capmargin to create differernt configurations. No chnage made to the code.

This commit is contained in:
Pradyumna Kaushik 2016-11-22 17:08:27 -05:00 committed by Renan DelValle
parent 87e2c802dd
commit 1184016f8c

View file

@ -34,7 +34,7 @@ var Power_threshold = 0.6 // Right now saying that a task will never be given le
So, if power required = 10W, the node would be capped to 75%*10W.
This value can be changed upon convenience.
*/
var Cap_margin = 0.70
var Cap_margin = 0.7
// Modify the cap margin.
func UpdateCapMargin(new_cap_margin float64) bool {