Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sufficient behaviors with renewables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
Open Science
Sufficient behaviors with renewables
Commits
4f637479
Commit
4f637479
authored
1 year ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
two updated launch scripts: full expe and test
parent
773c63a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/run_expe.sh
+2
-1
2 additions, 1 deletion
scripts/run_expe.sh
scripts/run_expe_test.sh
+1
-1
1 addition, 1 deletion
scripts/run_expe_test.sh
with
3 additions
and
2 deletions
scripts/run_expe.sh
+
2
−
1
View file @
4f637479
#!/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
This diff is collapsed.
Click to expand it.
scripts/run_expe_test.sh
+
1
−
1
View file @
4f637479
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment