This repository contains Jupyter Notebooks showcasing various simulation modelling algorithms for different applications.
Queueing Algorithms Jupyter Notebook
The first Jupyter Notebook explores simple queueing algorithms commonly used in settings such as restaurants or shops.
Agent Based Simulation Algorithms Jupyter Notebook
The second Jupyter Notebook demonstrates the implementation of mathematical SIR Model or Mathematical Epidemiology Model, focusing on agent-based simulation.
- Clone the repository:
git clone https://github.com/usmimukherjee/Learning-Simulation-Modelling-Algorithms.git - Open the desired Jupyter Notebook in your Jupyter environment.
- Follow the instructions within each notebook to explore and understand the simulation algorithms.