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
3e591930
Commit
3e591930
authored
1 year ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
suite renaming
parent
b9ee3ac9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/compute_stat.sh
+2
-2
2 additions, 2 deletions
scripts/compute_stat.sh
scripts/run_expe.sh
+1
-1
1 addition, 1 deletion
scripts/run_expe.sh
scripts/run_expe_test.sh
+1
-1
1 addition, 1 deletion
scripts/run_expe_test.sh
with
4 additions
and
4 deletions
scripts/compute_stat.sh
+
2
−
2
View file @
3e591930
#!/bin/bash
#Compute the metrics of experiments in out_dir
out_dir
=
"out/"
python3 compute_metrics_campaign
3
.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
campaign
3
_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
This diff is collapsed.
Click to expand it.
scripts/run_expe.sh
+
1
−
1
View file @
3e591930
#!/bin/bash
# example launch of experiments of 164 days with 1 replicat with every behavior json
python3 campaign
3
.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
This diff is collapsed.
Click to expand it.
scripts/run_expe_test.sh
+
1
−
1
View file @
3e591930
#!/bin/bash
# example launch of experiments of 164 days with 1 replicat with every behavior json
python3 campaign
3
.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
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