|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
8 w+ [+ T9 G1 } 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 a% p' g5 Q2 Y( d! Q" e Loads are processed by each operator for the following time:
6 ?8 \2 A3 u7 b3 S7 X Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
l& _% R; k2 z- F- g1 ^, \0 _ 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.. e/ n1 s S' |2 H0 W" i4 f
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
6 C x( e4 T% B( e5 T) ]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.
2 r+ o6 h/ `0 R3 u7 o: I- J+ o3 ?9 C3 C0 h& O. h) ?
问题:0 T$ t: d' e5 ~% \5 C
After running the model for 10,000 days, what was the average number of loads in each process?2 H/ a3 _+ Z" i) D4 m
: E# @; [0 D: k# Y2 F" ]2 ?' ~不胜感激! |
|