diff --git a/evaluation/configs/example_init_query.yaml b/evaluation/configs/example_init_query.yaml index 6148a4b752a02008a62f14e2b1d69010f16334d9..cb7f2ce38ee52f289c8700f74bc388426ea631ce 100644 --- a/evaluation/configs/example_init_query.yaml +++ b/evaluation/configs/example_init_query.yaml @@ -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 diff --git a/evaluation/configs/example_rank.yaml b/evaluation/configs/example_rank.yaml index 0fc2b4ba978756a1a9b70fd2b84e2501163deb80..c8644c3f24e0fd0a5600ccefd0967a98e25348ac 100644 --- a/evaluation/configs/example_rank.yaml +++ b/evaluation/configs/example_rank.yaml @@ -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