Skip to content
Snippets Groups Projects
Commit 67553cc1 authored by markn92's avatar markn92
Browse files

test conf

parent 7da283c0
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,35 @@ setups:
consumption:
type: time
consumption_coefficient: 0.1 # kWh/s
- mu_s: 300 # Start and Target Soc
mu_t: 0
charging_stations: 4 # Max Number of charging Stations to be inserted.
capacity: 300 # kWh
algorithms: [charge]
consumption:
type: time
consumption_coefficient: 0.1 # kWh/s
- mu_s: 300 # Start and Target Soc
mu_t: 0
charging_stations: 6 # Max Number of charging Stations to be inserted.
capacity: 300 # kWh
algorithms: [charge]
consumption:
type: time
consumption_coefficient: 0.1 # kWh/s
- mu_s: 300 # Start and Target Soc
mu_t: 0
charging_stations: 8 # Max Number of charging Stations to be inserted.
capacity: 300 # kWh
algorithms: [charge]
consumption:
type: time
consumption_coefficient: 0.1 # kWh/s
- mu_s: 300 # Start and Target Soc
mu_t: 0
charging_stations: 10 # Max Number of charging Stations to be inserted.
capacity: 300 # kWh
algorithms: [charge]
consumption:
type: time
consumption_coefficient: 0.1 # kWh/s
......@@ -6,7 +6,7 @@ charging_stations: charging_stations.json
maps:
- medium_nurnberg.osm
queries_per_rank: 10
ranks: [2, 4]
ranks: [2, 4, 6, 8]
setups:
- mu_s: 300 # Start and Target Soc
mu_t: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment