Optimierungsparameter jetzt linear geordnet

E-Auto Ladeleistung wird optimiert
Nach wievielen Stunden muss das E-Auto voll sein? Einstellbar
This commit is contained in:
Bla Bla
2024-08-24 10:22:49 +02:00
parent 635f747c98
commit 13601d5f12
4 changed files with 95 additions and 31 deletions

View File

@@ -327,7 +327,7 @@ parameter= {'pv_soc': 92.4052, 'pv_akku_cap': 30000, 'year_energy': 4100000, 'ei
opt_class = optimization_problem(prediction_hours=48, strafe=10)
opt_class = optimization_problem(prediction_hours=48, strafe=10,optimization_hours=24)
ergebnis = opt_class.optimierung_ems(parameter=parameter, start_hour=start_hour)