We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1f921 commit 6800f48Copy full SHA for 6800f48
1 file changed
optimizer.py
@@ -196,7 +196,7 @@ def _setup_target_function(self):
196
if self.strategy.charging_strategy == 'charge_before_export':
197
for i, bat in enumerate(self.batteries):
198
for t in self.time_steps:
199
- objective += self.variables['c'][i][t] * self.min_import_price * 1e-6 * (self.T - t)
+ objective += self.variables['c'][i][t] * self.min_import_price * 1.5e-5 * (self.T - t)
200
201
# prefer charging at high solar production times to unload public grid from peaks
202
if self.strategy.charging_strategy == 'attenuate_grid_peaks':
0 commit comments