mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-12-14 07:46:18 +00:00
Optimierungsparameter jetzt linear geordnet
E-Auto Ladeleistung wird optimiert Nach wievielen Stunden muss das E-Auto voll sein? Einstellbar
This commit is contained in:
2
test.py
2
test.py
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user