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

test conf

parent 7da283c0
Branches
No related tags found
No related merge requests found
...@@ -23,3 +23,35 @@ setups: ...@@ -23,3 +23,35 @@ setups:
consumption: consumption:
type: time type: time
consumption_coefficient: 0.1 # kWh/s 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 ...@@ -6,7 +6,7 @@ charging_stations: charging_stations.json
maps: maps:
- medium_nurnberg.osm - medium_nurnberg.osm
queries_per_rank: 10 queries_per_rank: 10
ranks: [2, 4] ranks: [2, 4, 6, 8]
setups: setups:
- mu_s: 300 # Start and Target Soc - mu_s: 300 # Start and Target Soc
mu_t: 0 mu_t: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment