|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
: O1 ]9 G2 X) p6 e4 I% E8 i9 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.
R8 J1 S: x: t* h- Q# _( _% h M Loads are processed by each operator for the following time:; F* T7 t r( R% Q, f
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.# A$ B [2 o5 Y* w
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.
& w0 n( D% `3 M0 Q; p0 X' d6 }; N4 Z Worker_C does the job in a uniformly distributed time between 30 and 90 mins.& M& r4 j8 ~9 Z. g5 u0 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.
f& }8 S# Z# f q" P, @
, J0 g; [; K4 t0 V9 e/ J! g问题:4 W% \% J: R9 e: J6 Z/ v% J& [( F' g- w
After running the model for 10,000 days, what was the average number of loads in each process?% J Q- x& H" |/ G1 M* R9 r% o
, [/ r9 j/ P6 o" Y" S `: F不胜感激! |
|