From d1ee649533140e099e01c0730bd99b086b5cd304 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 21 Mar 2023 12:08:21 +0100 Subject: [PATCH] fixup: define random seed in scenario1 Signed-off-by: Csaba Kiraly --- config_scenario1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_scenario1.py b/config_scenario1.py index 9ec93a3..3b066f1 100644 --- a/config_scenario1.py +++ b/config_scenario1.py @@ -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(