Skip to content

NixonZ/QueueSimPy

Repository files navigation

QueueSimPy

We follow a object oriented approach for creating a general Queueing System and getting simulated wait time data. Further, we are also going to change the linear model to incorporate other ML techniques and hopefully create a better predictor. Check out our code documentation for c++ here.(Currently in work).

This repository will allow us to use the existing C++ code in python. The github repo for the simulator (C++) - here.

For loading the simulator in python follow the following steps:

  1. clone this repository.
  2. pip install ./QueueSimPy

Follow Priority Queue Test for an introduction on how to set up station and simulate.
A detailed Colab Tutorial showcasing a simple M/M/1 station simulation.