mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-08-25 06:52:23 +00:00
AC Charge TODO
# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -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()]
|
||||
|
Reference in New Issue
Block a user