Skip to content

Commit

Permalink
Update defaultConfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlassere authored Mar 18, 2024
1 parent cbf054d commit d146483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions afc/defaultConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ def default_parameter(tariff_name='e19-2020', hvac_control=True,
parameter['objective']['weight_energy'] = 22 # 30/7*5=21.5 Weight of tariff (energy) cost
parameter['objective']['weight_demand'] = 1 # Weight of tariff (demand) cost in objective
parameter['objective']['weight_export'] = 0 # Weight of revenue (export) in objective
parameter['objective']['weight_actuation'] = weight_actuation # Weight of facade actuation
parameter['objective']['weight_glare'] = weight_glare # Weight of glare penalty in objective
parameter['objective']['weight_actuation'] = 0 # Weight of facade actuation
parameter['objective']['weight_glare'] = 0 # Weight of glare penalty in objective
parameter['objective']['weight_view'] = 0 # Weight of view penalty in objective
parameter['solver_options'] = {} # Pyomo solver options
parameter['solver_options']['seconds'] = int(60) # Maximal solver time, in seconds
Expand Down

0 comments on commit d146483

Please sign in to comment.