-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDatasetFormat.txt
171 lines (145 loc) · 5.93 KB
/
DatasetFormat.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
The format of dataset
// Length Width Depth of the foundation ditch
100 100 10
// two vertexes indicates the position of slope
40 15
50 15
// the rake ratio of the slope
0.5
// an integer N, means the number of vertices of the ditch
5
// next N lines, each means the position of a vertex, counterclockwise
15 50
30 15
80 15
85 70
40 90
50 // the number of workers
0 // the time for forecast
// N float numbers means the collapse probabilities of each edge
0.15 0.35 0.2 0.1 0.2
// 2N float numbers means the surviving rates of each exits
0.6936 0.7310 0.7178 0.7068 0.6526 0.6640 0.6206 0.6558 0.5986 0.6352
// Next 2N lines, means the statistics data of each exits, each lines contains 7 numbers: people who stay in ditch and alive, stay in ditch but dead, arrive slope and get out, arrive slope but dead, arrive an exit and get out, arrive an exit but dead, last one is the percentage of people alive.
21.9600 10.6900 0.0000 0.0000 12.7200 4.6300 0.6936
6.5900 3.7800 0.0000 0.0000 29.9600 9.6700 0.7310
7.0900 4.4800 0.0000 0.0000 28.8000 9.6300 0.7178
4.9800 2.7300 0.0000 0.0000 30.3600 11.9300 0.7068
6.7500 6.2500 0.0000 0.0000 25.8800 11.1200 0.6526
2.7900 2.6400 0.0000 0.0000 30.4100 14.1600 0.6640
3.0000 2.8600 0.0000 0.0000 28.0300 16.1100 0.6206
5.1300 3.1400 0.0000 0.0000 27.6600 14.0700 0.6558
2.6400 3.2500 0.0000 0.0000 27.2900 16.8200 0.5986
3.1100 2.6500 0.0000 0.0000 28.6500 15.5900 0.6352
// Next are 2N blocks, the kth block means the best solution when we use k exits. The kth block contains k lines, the ith line contains eight numbers means the statistics data of the ith exit, they are: average time staying in pitch, average waiting time, average length of queue, total busy time, total idle time, total agents, total agents escaped, total agents dead.
0.7571 0.8811 2.2866 4.5210 1.7500 17.3500 12.7200 4.6300
0.7667 0.9360 2.6038 4.5470 1.4390 17.0300 12.1700 4.8600
0.7227 1.2362 3.9095 5.4350 1.3920 22.6000 17.7900 4.8100
0.8023 1.1698 3.3932 5.4660 1.3610 19.1400 15.6100 3.5300
1.0590 0.8818 1.8337 4.6560 1.5290 13.0500 8.3900 4.6600
0.6122 0.2978 0.2946 3.2260 2.7120 6.2400 4.8000 1.4400
1.5477 1.0424 1.7754 4.7060 1.1770 10.1900 5.6300 4.5600
0.9132 1.2310 2.4852 5.4500 1.3220 13.4300 10.4800 2.9500
0.2898 0.6062 0.6902 2.0540 4.8650 8.7900 7.4000 1.3900
0.9205 0.8349 1.2139 4.4490 1.5360 9.8800 6.8500 3.0300
1.6357 1.0711 1.1416 5.3040 1.1350 8.9400 4.5600 4.3800
0.5779 0.5467 0.5656 4.2190 2.5400 7.9800 6.3900 1.5900
0.2200 0.1060 0.0246 0.6000 6.2980 1.4700 1.2700 0.2000
0.9085 0.6046 0.6187 5.2870 1.4080 8.5700 6.3000 2.2700
1.3070 0.8177 1.4756 4.5980 1.5570 10.0400 7.3600 2.6800
1.1091 1.0639 1.5200 5.4770 1.2510 9.8800 7.7300 2.1500
1.4864 0.6680 0.5852 4.6710 1.2530 6.8400 4.0400 2.8000
1.4807 0.8275 0.7554 5.1830 1.2410 7.7800 4.6600 3.1200
0.7374 0.6956 0.8204 3.8360 2.8500 8.6000 6.4400 2.1600
0.5209 0.3455 0.2035 1.9460 4.0440 4.0200 2.4600 1.5600
1.1459 0.6241 0.7021 4.5260 1.3870 7.4500 5.0800 2.3700
0.8235 0.8234 0.9613 5.1700 1.7270 8.7700 7.2400 1.5300
0.6080 0.4430 0.3461 3.4690 3.3470 6.1300 4.6800 1.4500
1.8685 0.5702 0.3865 4.8570 1.0410 5.9900 2.7900 3.2000
1.3076 0.5932 0.5101 4.2110 1.2370 5.9200 3.5400 2.3800
1.2638 0.4374 0.3893 4.5380 1.6510 6.3700 4.0600 2.3100
1.2143 0.2675 0.1207 4.4480 1.5170 4.4400 2.5600 1.8800
1.9971 0.5504 0.3871 5.1630 1.1950 6.5200 3.1600 3.3600
2.1703 0.7476 0.5365 5.1880 1.0830 6.2000 3.1800 3.0200
1.2410 0.4549 0.3222 4.0810 1.3740 4.9200 3.0200 1.9000
1.0034 0.3898 0.2472 3.8850 2.4060 5.2600 3.6700 1.5900
0.4580 0.2509 0.0973 1.6800 4.2560 2.9600 1.9800 0.9800
1.5531 0.4396 0.2882 4.1400 1.1940 4.7800 2.5400 2.2400
1.2795 0.5220 0.4245 5.4520 1.2140 6.9500 4.9400 2.0100
1.0563 0.4883 0.3952 5.2970 1.4500 7.1800 5.6200 1.5600
0.2861 0.2754 0.1360 1.1760 5.7620 3.4800 2.7100 0.7700
1.2502 0.5729 0.3589 5.5190 1.1950 5.9400 4.4500 1.4900
2.0597 0.5462 0.3271 4.9610 1.0980 4.9600 2.5400 2.4200
2.0929 0.5607 0.3327 5.2280 1.3510 5.7800 2.7400 3.0400
0.6703 0.5982 0.3911 3.0510 3.6640 5.7200 4.3700 1.3500
1.7565 0.3204 0.1783 4.6860 1.1940 4.7400 2.6800 2.0600
1.6736 0.4009 0.2530 4.1160 1.1770 4.4500 2.4200 2.0300
0.4833 0.1725 0.0516 2.3970 4.5370 2.8200 2.2400 0.5800
1.2005 0.3410 0.1566 3.9950 2.6240 4.7200 2.5200 2.2000
1.4885 0.3719 0.2141 4.7330 1.4740 4.9800 3.3300 1.6500
1.8740 0.3462 0.1662 5.1560 1.2850 4.9300 2.8800 2.0500
1.1897 0.3317 0.1659 4.3830 1.6340 4.4500 3.0600 1.3900
0.8556 0.4573 0.2877 5.2150 1.6960 5.9200 4.9400 0.9800
1.0490 0.3585 0.1843 3.8320 1.7600 4.0400 2.7200 1.3200
0.5640 0.2380 0.0787 1.7580 4.4250 2.8600 1.9500 0.9100
2.0799 0.3740 0.1783 5.0860 1.1780 4.9700 2.5400 2.4300
1.7400 0.6048 0.3800 5.2950 1.3570 5.6800 3.3000 2.3800
1.9854 0.3748 0.1799 4.7660 1.1470 4.4600 2.2400 2.2200
0.6702 0.3022 0.1299 3.4070 3.3830 3.9200 2.8300 1.0900
0.4644 0.2853 0.1195 1.9210 3.6720 3.0100 2.1900 0.8200
// Next 2N blocks, the kth block means the best position of each exit when we use k exits. The kth block contains k lines, each line means a position of an exit.
79.3174 15.0000
74.8173 15.0000
38.3192 87.3108
38.2932 87.2691
80.5187 20.7060
73.8964 15.0000
27.3386 21.2098
37.3027 85.6843
39.6420 89.4272
74.7745 15.0000
30.7581 75.2129
37.0462 85.2740
38.7998 88.0796
50.5088 85.3294
80.6921 22.6127
48.7910 86.0929
28.4828 18.5401
15.2443 49.4299
51.1419 85.0481
29.7100 15.6766
73.5742 15.0000
41.6204 89.2798
38.1008 86.9613
21.4122 35.0383
63.5964 15.0000
80.5106 20.6168
29.2754 16.6908
19.3439 56.9502
23.2507 63.2011
63.7318 15.0000
80.1138 16.2514
73.8478 15.0000
47.3368 15.0000
35.0735 82.1176
47.7432 86.5586
40.5474 89.7567
49.4056 85.8197
19.0527 40.5437
77.1148 73.5045
49.4630 85.7942
27.2341 21.4538
49.4678 15.0000
39.8113 89.6980
54.6894 83.4714
80.4344 19.7783
16.0745 51.7193
75.3982 15.0000
39.5538 89.2861
67.1677 15.0000
77.8737 15.0000
25.1175 66.1880
80.6086 71.9517
21.0452 35.8946
37.5767 86.1228
66.9558 15.0000