AC Charge TODO

# Please enter the commit message for your changes. Lines starting
This commit is contained in:
Bla Bla 2024-04-28 10:28:34 +02:00
parent 359349b7dd
commit 3126fafea9
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Dieses Projekt bietet eine umfassende Lösung zur Simulation und Optimierung ein
- `Simulation:` Strompreisvorhersage > 1D (Timeseries Forecast) - `Simulation:` Strompreisvorhersage > 1D (Timeseries Forecast)
- `Simulation:` Lastverteilung 1h Werte -> Minuten (Tabelle) - `Simulation:` Lastverteilung 1h Werte -> Minuten (Tabelle)
- `Dynamische Lasten:` z.B. eine Spülmaschine, welche gesteuert werdeb jabb, - `Dynamische Lasten:` z.B. eine Spülmaschine, welche gesteuert werdeb jabb,
- `Simulation:` AC Chargen möglich
## Installation ## Installation

View File

@ -56,6 +56,7 @@ class optimization_problem:
################### ###################
# Haushaltsgeraete # Haushaltsgeraete
print("Haushalt:",opti_param["haushaltsgeraete"])
if opti_param["haushaltsgeraete"]>0: if opti_param["haushaltsgeraete"]>0:
def create_individual(): def create_individual():
attrs = [self.toolbox.attr_bool() for _ in range(2*self.prediction_hours)] + [self.toolbox.attr_int()] attrs = [self.toolbox.attr_bool() for _ in range(2*self.prediction_hours)] + [self.toolbox.attr_int()]