Simulation of Queuing Models with Simulus
Project description
Simulation of Queuing Models with Simulus
Jason Liu, July 2019.
This is a tutorial describing how to use simulus to model queuing systems. Simulus is an open-source discrete-event simulator in Python. The tutorial consists of several Jupyter notebooks, on which we develop and run simulation code. The tutorial also comes with a python module containing all example code.
How to Follow this Tutorial
You have three options:
-
Launch a live notebook server with these notebooks using Binder, which provides an executable environment for running Jupyter notebooks. Access the binder at the following URL: https://mybinder.org/v2/gh/liuxfiu/qmodels.git/master?filepath=notebooks%2Fintro.ipynb
-
Run the notebooks on your own machine. The notebooks are available in the github repository (https://github.com/liuxfiu/qmodels.git) under the 'notebooks' directory. To run the notebooks, you need to first have the following packages installed:
- jupyter: a web application for sharing interactive documents that contain text, code, and data visualization
- numpy: a library for efficient representation of multi-dimensional arrays
- scipy: a library for numerical computations, including linear algebra and statistics
- matplotlib: a 2-D plotting library
- simulus: the discrete-event simulator for which we developed this tutorial
You can install all these packages including the examples of this tutorial using the
pip
command, such as the following:python -m pip install --user qmodels
-
Read the documents online: http://qmodels.readthedocs.io/. However, you won't be able to run the code within the notebooks with this option.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qmodels-1.0.1.tar.gz
.
File metadata
- Download URL: qmodels-1.0.1.tar.gz
- Upload date:
- Size: 239.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbccd99f885c5753983dfa5e52130a284671ae6f03ad5bf3e6c87fe642fd7349 |
|
MD5 | 14784451ae9caa6c446321cd0e8fa737 |
|
BLAKE2b-256 | e3e3f276dc10578745e21f39cacecf24ef4944033f722daf7b582dcd2a249cc0 |
Provenance
File details
Details for the file qmodels-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: qmodels-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db10eb9382d9123f358e627cf59a123ab11ac6367e58c7eee2d6d416f2e05cc8 |
|
MD5 | 35d76d4741b365ef93db96c7611cf53f |
|
BLAKE2b-256 | 7d77db3d7f929ccc1a7fec0a4e8293bd0a3a2de9c7f6b7d19c7a220363dee840 |