Skip to content

Master Thesis - Spring 2024. Monte Carlo and Discrete Event Simulators for generating and processing synthetic EMS events, including metaheuristics for optimal ambulance allocation.

Notifications You must be signed in to change notification settings

Emergency-Optimizers/Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulator

This repository contains the Monte Carlo Simulaton model and the Discrete Event Simulaton model.

The results from experiments conducted in the thesis can be found under the data folder.

Setup

Required Directory Structure

To operate the program, ensure the following directory structure is in place:

- Emergency-Optimizers
    - Data-Processing
    - Simulator

Emergency-Optimizers serves as the root folder for both the Data-Processing repository and the Simulator repository.

You are required to have the enhanced OUH incident dataset as well as the depots CSV file under the Data-Processing repository.

Windows

  1. Install dependencies: CMake 3.27.7 and C++17 (MSVC)
  2. Change directory cd build
  3. Prepare cmake cmake .. -DCMAKE_BUILD_TYPE=Release
  4. Build program cmake --build .
  5. Run program bin/Debug/Simulator.exe To run all cmake .. -DCMAKE_BUILD_TYPE=Release && cmake --build . && bin/Debug/Simulator.exe

About

Master Thesis - Spring 2024. Monte Carlo and Discrete Event Simulators for generating and processing synthetic EMS events, including metaheuristics for optimal ambulance allocation.

Resources

Stars

Watchers

Forks