Skip to content
Snippets Groups Projects
Commit 985671c2 authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Moved rolling horizon from DistrictMain to Community

parent c7a88cc5
No related branches found
No related tags found
No related merge requests found
Subproject commit 48f086f2afb9551faec04671060b6e4ec47f041f Subproject commit 406b876cab78688c4f1f0430a9318d7af0286961
...@@ -73,6 +73,6 @@ district_sizing_strategy = 'max_operational_profit' ...@@ -73,6 +73,6 @@ district_sizing_strategy = 'max_operational_profit'
disctrict_main.optimize_sizing(district_sizing_strategy) disctrict_main.optimize_sizing(district_sizing_strategy)
disctrict_operation_strategy = 'max_operational_profit' disctrict_operation_strategy = 'max_operational_profit'
disctrict_main.optimize_operation(t_horizon, disctrict_operation_strategy) disctrict_main.optimize_operation(disctrict_operation_strategy)
disctrict_main.save_results() disctrict_main.save_results()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment