|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,9 _# V) c6 R! V$ Z* H 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.
8 ^9 ^& ]0 h2 D$ _- f Loads are processed by each operator for the following time:. R" l/ W+ r# D' q1 @/ i( X1 a
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
' x9 W' e& X3 [7 W: Z& @ 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. i/ Y6 M& K* j1 b& ^' |/ j
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
" x' ~ k' Z' |3 B$ ISend 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.* @4 c0 F: Y7 T4 `0 O3 I
7 o, s, g) R, [- g, k问题:
5 {1 E( g+ J# D& }2 R$ DAfter running the model for 10,000 days, what was the average number of loads in each process? y) n: Y* F1 s! o, b4 w9 G
- c6 k& R& |# \
不胜感激! |
|