|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
& b0 {+ _+ S5 S0 q4 t& X 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.
/ y$ @- P5 W8 U Loads are processed by each operator for the following time:) j8 W5 |" w1 s
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
# B; r- ^/ R1 C6 @2 ]4 C 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.
3 I+ t8 f+ Y8 U- B4 `$ E" e Worker_C does the job in a uniformly distributed time between 30 and 90 mins.6 x5 L( X' ^& x$ _; z, N! Y
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 A8 }' B' e# q8 [: b9 E: z! a( V+ a8 f- f$ i" W$ q
问题:3 P1 B# Q0 O) K: w# W+ E) F1 p" V1 _% c
After running the model for 10,000 days, what was the average number of loads in each process?
: c$ u" [6 w4 Y& d' c- B0 n
& h5 V8 q- ?/ N* r, s! s8 z0 _: `3 p不胜感激! |
|