From 67553cc1dba7030ace5a5dc9050f5066463510c0 Mon Sep 17 00:00:00 2001
From: "niehues.mark@gmail.com" <niehues.mark@gmail.com>
Date: Thu, 7 May 2020 11:37:21 +0200
Subject: [PATCH] test conf

---
 evaluation/configs/example_init_query.yaml | 32 ++++++++++++++++++++++
 evaluation/configs/example_rank.yaml       |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/evaluation/configs/example_init_query.yaml b/evaluation/configs/example_init_query.yaml
index 6148a4b..cb7f2ce 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 0fc2b4b..c8644c3 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
-- 
GitLab