Pre Commit

This commit is contained in:
Andreas
2024-10-06 14:32:49 +02:00
committed by Andreas
parent 9b7817e3dc
commit e61a89cff6
3 changed files with 15 additions and 12 deletions

View File

@@ -361,7 +361,9 @@ parameter = {
}
# Initialize the optimization problem
opt_class = optimization_problem(prediction_hours=48, strafe=10, optimization_hours=24, verbose=True)
opt_class = optimization_problem(
prediction_hours=48, strafe=10, optimization_hours=24, verbose=True
)
# Perform the optimisation based on the provided parameters and start hour
ergebnis = opt_class.optimierung_ems(parameter=parameter, start_hour=start_hour)