From 3126fafea95fa11eb064cad218432333791ffb4d Mon Sep 17 00:00:00 2001 From: Bla Bla Date: Sun, 28 Apr 2024 10:28:34 +0200 Subject: [PATCH] AC Charge TODO # Please enter the commit message for your changes. Lines starting --- README.md | 1 + modules/class_optimize.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9aaf066..ae3d2a6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Dieses Projekt bietet eine umfassende Lösung zur Simulation und Optimierung ein - `Simulation:` Strompreisvorhersage > 1D (Timeseries Forecast) - `Simulation:` Lastverteilung 1h Werte -> Minuten (Tabelle) - `Dynamische Lasten:` z.B. eine Spülmaschine, welche gesteuert werdeb jabb, +- `Simulation:` AC Chargen möglich ## Installation diff --git a/modules/class_optimize.py b/modules/class_optimize.py index 5a1cd49..b442384 100644 --- a/modules/class_optimize.py +++ b/modules/class_optimize.py @@ -56,6 +56,7 @@ class optimization_problem: ################### # Haushaltsgeraete + print("Haushalt:",opti_param["haushaltsgeraete"]) if opti_param["haushaltsgeraete"]>0: def create_individual(): attrs = [self.toolbox.attr_bool() for _ in range(2*self.prediction_hours)] + [self.toolbox.attr_int()]