You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Single queue's performance evaluation (Round Robin). Assignment from Mr.Tran Van Hoai, Ho Chi Minh University of Technology, term 201, 2020.
About
This is a Performance Evaluation assignment from term 201,2020, Ho Chi Minh University of Technology, handed out by Mr. Tran Van Hoai.
In this assignement, we have to run a simulation of one type ofSingle Queue usingSimpy andColab Notebook (orJupyter Notebook, situated). With this simulator, we perform an evaluation by creating full factorial experiments (2k) and conclude how each factor affect the performance of the queue.
For this project, we chooseRound Robin Single Queue, which is the fifth topic of the assignment.
What is in this repos?
Code_Report
MM1_RR.ipynb
This is the notebook file consists of all we had done (Python 3 code andReport).
Example
FIFO.py
MM1wStat.py
effect.xlsx
pe6-simulation-introduction.pdf
This folder has examples provided by Mr.Tran Van Hoai about how to useSimpy and evalute the queue. Theeffect.xlsx is our own example of how to calculate effect of factor of the metrics.
Topic
BTL-20201110.pdf
The topics given by Mr.Tran Van Hoai (8 overall) from which we choose topic 5 - (3sv) Queue M=M=1=B = 1=K = 1=SD = RR.
About
Single queue's performance evaluation (Round Robin). Assignment from Mr.Tran Van Hoai, Ho Chi Minh University of Technology, term 201, 2020.