Skip to main content

Simulation of Queuing Models with Simulus

Project description

Simulation of Queuing Models with Simulus

Jason Liu, July 2019.

queue

Binder

This repository contains 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.

How to Read this Tutorial

You have three options:

  1. 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%2Findex.ipynb

  2. Run these notebooks on your own machine. The notebooks are available in this repository's '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

    You can install these packages using the pip command, such as the following:

    python -m pip install --user jupyter numpy scipy matplotlib
    

    You'll also need to install simulus. Check out simulus quick start for installation instructions. The simplest way to install simulus is to run the pip command, such as:

    python -m pip install --user simulus
    
  3. Read the online documentation: http://qmodels.readthedocs.io/. However, you won't be able to run the code within the notebooks with this option.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qmodels-1.0.0.tar.gz (198.5 kB view details)

Uploaded Source

Built Distribution

qmodels-1.0.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file qmodels-1.0.0.tar.gz.

File metadata

  • Download URL: qmodels-1.0.0.tar.gz
  • Upload date:
  • Size: 198.5 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

Hashes for qmodels-1.0.0.tar.gz
Algorithm Hash digest
SHA256 17169f8883b2f44a4c34aebb7165e9457c0a1d573e26a3f0ff4c8c69d0c20083
MD5 47cf8efbada46ae0bf7211c53bfe87f7
BLAKE2b-256 21347fe32e4352290d255a5f4201e81959ea94df5c853df1fbb50bf270c59565

See more details on using hashes here.

File details

Details for the file qmodels-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: qmodels-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.7 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

Hashes for qmodels-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e9320fc9edd1e5a689622b648c76193cb5837b46f84fe6fa8a85a8bca5c01ad
MD5 2efbc232d23b45753cc8e8a02dc96d8d
BLAKE2b-256 6f71595dcddbd7d7f428fe03d7c917de8a8beda8055fe4803956940af960c11f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page