Minsu0814 commited on
Commit
e3123af
·
verified ·
1 Parent(s): 09adba7

add scenario predictions

Browse files
results/scenario_assignment_v3_full_asc.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scenarios": [
3
+ "A1",
4
+ "A",
5
+ "B",
6
+ "C"
7
+ ],
8
+ "pct_shares": {
9
+ "A1": {
10
+ "bus+gtx": 0.08041414107113184,
11
+ "bus+train": 9.124606672947595,
12
+ "bus+train+gtx": 0.030598266798852084,
13
+ "bus_only": 47.07606332447595,
14
+ "gtx_only": 0.0226791247887034,
15
+ "train+gtx": 0.16416697611648007,
16
+ "train_only": 43.50147149380128
17
+ },
18
+ "A": {
19
+ "bus+gtx": 0.18748645005235637,
20
+ "bus+train": 9.110906232233123,
21
+ "bus+train+gtx": 0.07862482755295555,
22
+ "bus_only": 46.95827844354847,
23
+ "gtx_only": 0.04497179984385652,
24
+ "train+gtx": 0.38571137471256567,
25
+ "train_only": 43.23402087205667
26
+ },
27
+ "B": {
28
+ "bus+gtx": 0.321575863155562,
29
+ "bus+train": 8.736585913065186,
30
+ "bus+train+gtx": 0.20775644449468958,
31
+ "bus_only": 46.41395618045635,
32
+ "gtx_only": 0.17995167198804027,
33
+ "train+gtx": 1.5220968213540176,
34
+ "train_only": 42.618077105486144
35
+ },
36
+ "C": {
37
+ "bus+gtx": 0.48054237836077157,
38
+ "bus+train": 8.421705516724925,
39
+ "bus+train+gtx": 0.31796024367951203,
40
+ "bus_only": 46.07506033930625,
41
+ "gtx_only": 0.31757605869826944,
42
+ "train+gtx": 2.3768498521032253,
43
+ "train_only": 42.010305611127045
44
+ }
45
+ },
46
+ "pred_trips": {
47
+ "A1": {
48
+ "bus+gtx": 48305.09217728613,
49
+ "bus+train": 5481187.270635977,
50
+ "bus+train+gtx": 18380.499729224302,
51
+ "bus_only": 28278777.189462837,
52
+ "gtx_only": 13623.439843117048,
53
+ "train+gtx": 98615.75101272523,
54
+ "train_only": 26131505.757138833
55
+ },
56
+ "A": {
57
+ "bus+gtx": 112175.38727913194,
58
+ "bus+train": 5451164.2562926775,
59
+ "bus+train+gtx": 47042.17546411912,
60
+ "bus_only": 28095700.083368022,
61
+ "gtx_only": 26907.166159023487,
62
+ "train+gtx": 230775.73245568335,
63
+ "train_only": 25867432.19898134
64
+ },
65
+ "B": {
66
+ "bus+gtx": 193860.59416953268,
67
+ "bus+train": 5266812.37671333,
68
+ "bus+train+gtx": 125245.05843526783,
69
+ "bus_only": 27980449.26198092,
70
+ "gtx_only": 108483.07367063333,
71
+ "train+gtx": 917589.3715272556,
72
+ "train_only": 25692120.26350306
73
+ },
74
+ "C": {
75
+ "bus+gtx": 290917.64079517336,
76
+ "bus+train": 5098452.9371891,
77
+ "bus+train+gtx": 192491.33504819978,
78
+ "bus_only": 27893581.205325086,
79
+ "gtx_only": 192258.75163120066,
80
+ "train+gtx": 1438931.4712616282,
81
+ "train_only": 25432801.65874961
82
+ }
83
+ }
84
+ }