fixup: define random seed in scenario1
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
529b31edd7
commit
d1ee649533
|
@ -52,6 +52,8 @@ bwUplinks1 = [110]
|
|||
bwUplinks2 = [2200]
|
||||
|
||||
deterministic = True
|
||||
# If your run is deterministic you can decide the random seed. This is ignore otherwise.
|
||||
randomSeed = "DAS"
|
||||
|
||||
def nextShape():
|
||||
for run, fr, class1ratio, chi, vpn1, vpn2, blockSize, nn, netDegree, bwUplinkProd, bwUplink1, bwUplink2 in itertools.product(
|
||||
|
|
Loading…
Reference in New Issue