you have to study the influence of width of exit, size of the simulation step, update methods, inflow rate of pedestrians for every model, then compare them.
5. The width of exit are
[0.8, 1.0, 1.2, 1.6, 2.0, 2.5]
when research the influence of other factors, using width=0.8 and width=1.0.
We have to compare which result is better.
6. The size of the simulation step and the corresponding fps are [size:fps]
[0.01:25, 0.02:25, 0.05:20, 0.1:10, 0.2:5]
when research the influence of other factors, using timestep=0.05,fps=20
7. Update methods are [parallel update, sequential update]
when research the influence of other factors, using parallel update.
8. Inflow rate of pedestrians are [number of source:the number of pedestrians generated per source] (There may be some problems that require further discussion.)
[2:200,4:100,8:50,16:25] pedestrians/second, but the total number of generated pedestrians should be 400.
when research the influence of other factors, using 8:50.
9. Make the figures obtained looks better, at least can show the full title.
10. Need one more figure to compare the value: (last_clogging_time-first_clogging_time)/(clogging times) for every part mentioned above.