From 4f6374791468d0c27583e6f3a829832456e0aa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Wed, 3 Apr 2024 10:13:40 +0200 Subject: [PATCH] two updated launch scripts: full expe and test --- scripts/run_expe.sh | 3 ++- scripts/run_expe_test.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/run_expe.sh b/scripts/run_expe.sh index 5e7771b..6c94f13 100755 --- a/scripts/run_expe.sh +++ b/scripts/run_expe.sh @@ -1,5 +1,6 @@ #!/bin/bash -# example launch of experiments of 164 days with 1 replicat with every behavior json +# launch of the full experimental campaign: +# 164 days with 30 replicates and all effort scenarii python3 campaign.py --nb-replicat 30 --expe-range -1 --window-mode 8 --nb-days 164 \ --json-behavior behavior_file/big_effort.json behavior_file/low_effort.json behavior_file/max_effort.json behavior_file/medium_effort.json \ --compress-mode --production-file data_energy/energy_trace_sizing_solar.csv data_energy/energy_trace_sizing_solar.csv \ No newline at end of file diff --git a/scripts/run_expe_test.sh b/scripts/run_expe_test.sh index e60197d..1938584 100755 --- a/scripts/run_expe_test.sh +++ b/scripts/run_expe_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# example launch of experiments of 164 days with 1 replicat with every behavior json +# example launch of experiments with 3 days, 1 replicate and 2 effort scenarii (low and max) python3 campaign.py --nb-replicat 1 --expe-range 0 --window-mode 8 --nb-days 3 --threads 2 \ --json-behavior behavior_file/low_effort.json behavior_file/max_effort.json --compress-mode \ --production-file data_energy/energy_trace_sizing_solar.csv data_energy/energy_trace_sizing_solar.csv -- GitLab