|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的, [$ V+ `- C2 p9 c8 x; Z4 |
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.
$ v2 K2 A! m' }* q X; N( \ Loads are processed by each operator for the following time:* o( N& C) m0 o4 r
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
- K5 s# T& \+ ^* R0 ?; Z" k2 F/ X 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.
: d; N+ |; j" s1 A$ w' `! l Worker_C does the job in a uniformly distributed time between 30 and 90 mins.; x" p; t g: @
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.
6 C, ?$ b( }3 V. l6 ^3 U4 d1 N/ a& X+ z+ `+ I. u; ~
问题:; z2 X. H6 H9 T
After running the model for 10,000 days, what was the average number of loads in each process?
3 ~* Z3 \ h! y
! j2 `7 l$ g9 q$ W& q" W' x不胜感激! |
|