mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-04 22:23:08 +00:00
fixup: define random seed in scenario1
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
d5098d6eee
commit
f16e446657
@ -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…
x
Reference in New Issue
Block a user