From d1464830a778eb8f4b0d71e86dd85946e3907968 Mon Sep 17 00:00:00 2001 From: jeanlassere <126190564+jeanlassere@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:33:06 -0700 Subject: [PATCH] Update defaultConfig.py --- afc/defaultConfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afc/defaultConfig.py b/afc/defaultConfig.py index 8e118c9..de7a5fc 100644 --- a/afc/defaultConfig.py +++ b/afc/defaultConfig.py @@ -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