Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bi-Level_EVA
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Strach
Bi-Level_EVA
Commits
a48314d3
Commit
a48314d3
authored
2 years ago
by
Christoph von Oy
Browse files
Options
Downloads
Patches
Plain Diff
Refactored coordinator
parent
a8825b08
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Model_Library
+1
-1
1 addition, 1 deletion
Model_Library
runme.py
+1
-1
1 addition, 1 deletion
runme.py
with
2 additions
and
2 deletions
Model_Library
@
b0646359
Compare
8af05262
...
b0646359
Subproject commit
8af05262b5464968dc477c7c40635c0e8b89860
d
Subproject commit
b0646359e582001b6fb04808a53b5b809c911be
d
This diff is collapsed.
Click to expand it.
runme.py
+
1
−
1
View file @
a48314d3
...
@@ -69,7 +69,7 @@ community_dict = {'community': {'config_path': 'input_files/models/district_mode
...
@@ -69,7 +69,7 @@ community_dict = {'community': {'config_path': 'input_files/models/district_mode
community_main
=
main_district
.
MainDistrict
(
community_dict
,
prosumers
,
community_assets
,
input_profiles
,
t_horizon
,
t_step
)
community_main
=
main_district
.
MainDistrict
(
community_dict
,
prosumers
,
community_assets
,
input_profiles
,
t_horizon
,
t_step
)
community_sizing_strategy
=
'
sizing_
max_operational_profit
'
community_sizing_strategy
=
'
max_operational_profit
'
community_main
.
optimize_sizing
(
community_sizing_strategy
)
community_main
.
optimize_sizing
(
community_sizing_strategy
)
community_operation_strategy
=
'
max_operational_profit
'
community_operation_strategy
=
'
max_operational_profit
'
...
...
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