Skip to content

Commit aec6095

Browse files
authored
Update README.md
1 parent ff2fa83 commit aec6095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# multiobj-guided-evac
22

3-
Research code used [1].
3+
Research code used in the manuscript **von Schantz, A., Ehtamo, H., & Hostikka, S. (2020). The minimum time evacuation of a crowd using rescue guides: a scenario-based approach.**
44

55
The manuscript presents a procedure for solving the minimum time evacuation using rescue guides when accounting for different behavioral scenarios. The problem is formulated as a bi-objective scenario optimization problem, and it is solved with a combined numerical simulation and genetic algorithm (GA) procedure. The GA iteratively searches for the optimal evacuation plan, while the evacuation plan is evaluated with numerical simulations. This repository is its implementation. The numerical simulation model is the physics-inspired agent-based social force model. The GA is the Nondominated Sorting Genetic Algorithm II (NSGA-II) [1,2]. It is suited for solving bi-objective optimization problems; this repository includes my own implementation of it.
66

@@ -19,7 +19,7 @@ The repository includes codes for NSGA-II, simulation and a graphical user inter
1919

2020
The numerical evacuation simulations are implemented in Python and the NSGA-II is implemented in Python and Bash that were run on a high performance computing cluster. It should be noted that the procedure is currently computationally very demanding.
2121

22-
See the *readme.txt* -file in each folder for a more detailed overview of the codes in each folder.
22+
See the *readme.txt* file in each folder for a more detailed overview of the codes in each folder.
2323

2424

2525
<h4>Installing</h4>

0 commit comments

Comments
 (0)