Skip to content

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.

License

Notifications You must be signed in to change notification settings

Shamsheer-hub/SimPy-Simulation-Model-for-Railway-Platform-Ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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
  • About

    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.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages