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

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