|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
! `, X/ g, X9 [4 q8 z+ o9 D Create a new model containing three independent processes, each with one operator. In each process, loads first move into an infinite capacity waiting queue, then into a single-capacity processing queue.
4 d0 J$ s3 Z! [1 c& d0 M Loads are processed by each operator for the following time:8 t! U: B7 V- ]* M6 q+ k: \
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.4 a! v& Z7 }7 s! g- v2 N$ q
Worker_B does the job according to a triangular distribution with a min of 30 mins, most likely value of 60 mins, and a max of 90 mins.
7 B& r- f! e4 U' h/ {$ J Worker_C does the job in a uniformly distributed time between 30 and 90 mins.8 N9 A* }; K3 } }4 y" @0 r9 p
Send loads to each pocess at the same rate (an exponentially distributed inter-arrival time with a mean of 68 mins) to understand the difference in the processing times of the three workers.
8 F/ e7 O7 V7 c0 f0 ~! O& |/ d/ C
' c: L, E9 } X9 O( J问题:+ ^2 b# N. V ?; Q/ u2 t1 c+ g2 a4 g
After running the model for 10,000 days, what was the average number of loads in each process?3 Y! q+ u$ k7 z% L0 ]: m! N; q& u) e
8 h, k( | _0 \4 y" \7 u' \+ x7 j
不胜感激! |
|