Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RelSys: QSR module for Python

Choose a tag to compare

@areenberg areenberg released this 16 Mar 14:56
· 36 commits to master since this release
2ab84b7

We have implemented a modeling module for Python on Linux, making creating and testing various system structures easier. For users preferring to work directly in the C++ source code, we have designed a class (Model.cpp) that behaves similarly to the Python module. The new functionality makes switching between evaluation and results types substantially easier. The model types are currently: "simulation", "approximation" and "auto", where the latter automatically selects the model type with the (estimated) shortest evaluation time. The evaluation types are currently: "preferred" and "all", where the former returns the results corresponding to the occupancy as seen from the perspective of the customers arriving at their preferred queue, and the latter returns the results corresponding to the perspective from a mix of all customers arriving to the queue.

RelSys - Source code.zip