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

suite renaming

parent b9ee3ac9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#Compute the metrics of experiments in out_dir
out_dir="out/"
python3 compute_metrics_campaign3.py --out-dir "${out_dir}/" \
python3 compute_metrics_campaign.py --out-dir "${out_dir}/" \
--expe-done "${out_dir}/"expe_done_dict_0.json \
--windows-dict "${out_dir}"/windows_dict_0.json \
--output campaign3_metrics --begin-day 1 --end-day 163 \
--output campaign_metrics --begin-day 1 --end-day 163 \
--energy-file data_energy/energy_trace_sizing_solar.csv \
--offset-production-day 150 \
--threads 4
\ No newline at end of file
#!/bin/bash
# example launch of experiments of 164 days with 1 replicat with every behavior json
python3 campaign3.py --nb-replicat 1 --expe-range -1 --window-mode 8 --nb-days 164 \
python3 campaign.py --nb-replicat 1 --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
#!/bin/bash
# example launch of experiments of 164 days with 1 replicat with every behavior json
python3 campaign3.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 \
--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