Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 642 Bytes

File metadata and controls

13 lines (12 loc) · 642 Bytes

SimPy-Simulation-Model-for-Railway-Platform-Ticket

Python code for simulating a model of platform ticket allotment and passenger distribution system, in a hypothetical railway station. The aim is to minimize the number of passengers on the platform in order to maintain social distancing.

Requirements:

  • SimPy
  • Random
  • Multiprocessing (optional)
  • Purpose:

  • To give a feel of what simulations look like
  • Show the importance of smalll subprocesses in systems
  • Realize the need of randomness and statistical data to model these simulations
  • Demonstrate basic functions of SimPy