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
a9af04ef
Commit
a9af04ef
authored
Nov 8, 2023
by
Christoph von Oy
Browse files
Options
Downloads
Patches
Plain Diff
Parameterized objective function
parent
572062e8
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Model_Library
+1
-1
1 addition, 1 deletion
Model_Library
Tooling
+1
-1
1 addition, 1 deletion
Tooling
runme.py
+1
-1
1 addition, 1 deletion
runme.py
with
3 additions
and
3 deletions
Model_Library
@
daea3e1e
Compare
fdd2276f
...
daea3e1e
Subproject commit
fdd2276f14f5ba996b5d182c1ab3ddf9e541442d
Subproject commit
daea3e1eb2132c5e3e246e0cc6ac6210b8559d5c
This diff is collapsed.
Click to expand it.
Tooling
@
835dcf46
Compare
0961692d
...
835dcf46
Subproject commit
0961692dd8a92856b5600013bd5ddbba5618b311
Subproject commit
835dcf4635638fb51b44fb1d8309c4cea1432b87
This diff is collapsed.
Click to expand it.
runme.py
+
1
−
1
View file @
a9af04ef
...
@@ -78,7 +78,7 @@ for prosumer_name, component_profiles in prosumer_profiles.items():
...
@@ -78,7 +78,7 @@ for prosumer_name, component_profiles in prosumer_profiles.items():
prosumer_main
=
main_prosumer
.
ProsumerMain
(
prosumer_dict
,
input_profiles
,
dynamic
)
prosumer_main
=
main_prosumer
.
ProsumerMain
(
prosumer_dict
,
input_profiles
,
dynamic
)
prosumer_sizing_strategy
=
'
annuity
'
prosumer_sizing_strategy
=
[
'
annuity
'
]
prosumer_main
.
optimize_sizing
(
'
sized
'
,
prosumer_sizing_strategy
)
prosumer_main
.
optimize_sizing
(
'
sized
'
,
prosumer_sizing_strategy
)
prosumer_main
.
save_results
()
prosumer_main
.
save_results
()
...
...
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