diff --git a/scripts/run_expe.sh b/scripts/run_expe.sh index 5e7771b78618615d58e0792b08203edf9d5fe9c4..6c94f132c100c65ffcee0c0cc7c9543ca63ea259 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 e60197d4018a8f8ee2dd8b56d9dfff80923f977a..193858494c72f717fcd4128c977c7985595cfb0d 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