Planned intervention: On Thursday March 28th 07:00 UTC Zenodo will be unavailable for up to 5 minutes to perform a database upgrade.

There is a newer version of the record available.

Published May 13, 2020 | Version 1.0
Software Open

antonvs88/optimal-guided-evacuation: First release of the code for the "optimal-guided-evacuation" project

Description

Research code and data used in von Schantz & Ehtamo. (under revision). Minimizing the evacuation time of a crowd from a complex building using rescue guides.

The paper presents a procedure for solving the minimum time evacuation from a complex building using rescue guides, and this repository is its implementation. The crowd is modeled with the physics-inspired agent-based social force model. The solution procedure is a combined Monte Carlo simulation and genetic algorithm (GA). The GA iteratively searches for the optimal evacuation plan, while Monte Carlo simulations are used to evaluate candidate evacuation plans.

The evacuation simulation is implemented in Python and the GA as Bash scripts that were run on a high performance computing cluster. It should be noted that the procedure is currently computationally very demanding. The repository includes codes for the GA, evacuation simulation and its graphical user interface. For further implementation information, see the associated Github repository https://github.com/antonvs88/optimal-guided-evacuation.

The evacuation simulation codes are based on Jaan Tollander de Balsch's codes https://github.com/jaantollander/crowddynamics and https://github.com/jaantollander/crowddynamics-qtgui, which he created working as a summer assistant in our research group in Aalto University School of Science, Department of Mathematics and Systems Analysis years 2016 and 2017.

The folders in the repository:
* crowddynamics-simulation contains files for running the GUI
* crowddynamics-qtgui contains the files that build the GUI
* crowddynamics contains all files for simulating the movement of a crowd
* data includes simulation data from running the genetic algorithm
* genetic algorithm includes files to run the genetic algorithm
* simulation files includes files specific for the simulating the conference building and hexagon-shaped area

Files

optimal-guided-evacuation.zip

Files (7.6 MB)

Name Size Download all
md5:49850865ea89f6a8aee2328506dc9006
7.6 MB Preview Download

Additional details

Related works

Is derived from
Software documentation: https://github.com/antonvs88/optimal-guided-evacuation (URL)