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()]