Skip to content
Snippets Groups Projects
Commit 4f637479 authored by Maël Madon's avatar Maël Madon
Browse files

two updated launch scripts: full expe and test

parent 773c63a4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/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 \ 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 \ --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 --compress-mode --production-file data_energy/energy_trace_sizing_solar.csv data_energy/energy_trace_sizing_solar.csv
\ No newline at end of file
#!/bin/bash #!/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 \ 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 \ --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 --production-file data_energy/energy_trace_sizing_solar.csv data_energy/energy_trace_sizing_solar.csv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment