ST2187 Lecture 6 — различия между версиями

Материал из Wiki - Факультет компьютерных наук
Перейти к: навигация, поиск
 
(не показано 5 промежуточных версии этого же участника)
Строка 1: Строка 1:
 
=== Lecture 6. Event-Driven Simulation. Vehicles arriving and departure in bakery case. SimPy ===
 
=== Lecture 6. Event-Driven Simulation. Vehicles arriving and departure in bakery case. SimPy ===
  
https://drive.google.com/file/d/1nOz9K2OLe_QxiLwUZWUR3faxTiEB-riw/view?usp=sharing
+
Lecture presentation: https://drive.google.com/file/d/1nOz9K2OLe_QxiLwUZWUR3faxTiEB-riw/view?usp=sharing
 +
 
 +
== Home work ==
 +
 
 +
The result of home work is the simulation of the bakery ovens set.
 +
 
 +
'''Input data:''' https://drive.google.com/file/d/1sM3wIxyJ2lm11sXOZNafWl0ZEahqsHu2/view?usp=sharing
 +
 
 +
oven-id -- oven identifier
 +
 
 +
bakery-id -- bakery identifier
 +
 
 +
date - date of production
 +
 
 +
event-type-id  1 - start, 2 - stop
 +
 
 +
time - time of event
 +
 
 +
sku - bakery ID
 +
 
 +
productivity -  boxes per minute
 +
 +
 
 +
 
 +
'''Output data:'''  log file from SimPy
 +
Example is https://simpy.readthedocs.io/en/latest/simpy_intro/basic_concepts.html
 +
 
 +
Results should be uploaded to https://drive.google.com/drive/folders/180hXznPUcKwKsWqtHNSaSJt1KhV-Q30k?usp=sharing
 +
 
 +
File names Ovens-FIO-FIO.py and OvensLog-FIO-FIO.txt
 +
 
 +
Log should report the boxws production and  stacks delivering  moments
 +
 
 +
 
 +
 
 +
 
 +
 
 +
[[ST2187_Business_analytics,_applied_modelling_and_prediction|Back to the course beginning  ST2187_Business_analytics,_applied_modelling_and_prediction]]

Текущая версия на 14:05, 31 октября 2020

Lecture 6. Event-Driven Simulation. Vehicles arriving and departure in bakery case. SimPy

Lecture presentation: https://drive.google.com/file/d/1nOz9K2OLe_QxiLwUZWUR3faxTiEB-riw/view?usp=sharing

Home work

The result of home work is the simulation of the bakery ovens set.

Input data: https://drive.google.com/file/d/1sM3wIxyJ2lm11sXOZNafWl0ZEahqsHu2/view?usp=sharing

oven-id -- oven identifier

bakery-id -- bakery identifier

date - date of production

event-type-id 1 - start, 2 - stop

time - time of event

sku - bakery ID

productivity - boxes per minute


Output data: log file from SimPy Example is https://simpy.readthedocs.io/en/latest/simpy_intro/basic_concepts.html

Results should be uploaded to https://drive.google.com/drive/folders/180hXznPUcKwKsWqtHNSaSJt1KhV-Q30k?usp=sharing

File names Ovens-FIO-FIO.py and OvensLog-FIO-FIO.txt

Log should report the boxws production and stacks delivering moments



Back to the course beginning ST2187_Business_analytics,_applied_modelling_and_prediction