Skip to content

Commit

Permalink
add new / renamed params from single run drt dashboard to avg dashboa…
Browse files Browse the repository at this point in the history
…rd analysis
  • Loading branch information
simei94 committed Jun 20, 2024
1 parent 2452b2a commit 3e42a02
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ public Integer call() throws Exception {
fillAvgMap(supplyStats, supplyAvgs);

// ordered list of params to display them in same order as in single-run DrtDashboard
// TODO: add rides-pax parameter after bumping up matsim version
List<String> orderedDemandParams = List.of("Requests", "Rides", "Rides per veh", "Rides per veh-h", "Rides per veh-km", "Rejections",
"Rejection rate", "Avg. total travel time", "Avg. in-vehicle time", "Avg. wait time", "95th percentile wait time", "Avg. ride distance [km]",
List<String> orderedDemandParams = List.of("Handled Requests", "Passengers (Pax)", "Avg Group Size", "Pax per veh", "Pax per veh-h", "Pax per veh-km",
"Rejections", "Rejection rate", "Avg. total travel time", "Avg. in-vehicle time", "Avg. wait time", "95th percentile wait time", "Avg. ride distance [km]",
"Avg. direct distance [km]", "Avg. fare [MoneyUnit]");
List<String> orderedSupplyParams = List.of("Number of stops", "Vehicles", "Total vehicle mileage [km]", "Empty ratio", "Total pax distance [km]",
"Pooling ratio", "Detour ratio", "Total service hours");
Expand Down

0 comments on commit 3e42a02

Please sign in to comment.