|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
0 ^- y$ @" X+ `9 s& V5 T0 ^ 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.+ U t; |+ F; }. w
Loads are processed by each operator for the following time:. M/ o+ l( P( L" d \1 e1 H) S% X
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.) a7 t: y# q% B' i
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.4 ~& D5 i- I4 `/ P; k# E
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
" x- V9 x% D" M Z2 A) mSend 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 ^/ u: d1 T6 y/ R i
- |2 e8 V% x4 D/ N f2 B问题:* y$ J1 O; l' q+ j6 S+ j
After running the model for 10,000 days, what was the average number of loads in each process?
5 _ o6 Q* r) p, a
9 h6 S" K6 n: Y, _( p( \3 i# L不胜感激! |
|