|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,% ^$ m+ O, F0 K3 l- m
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.
0 S% P" p" y' ^2 h; ^! s& k Loads are processed by each operator for the following time:. X- A. _# m$ N* t6 U
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.$ @/ U" y: j1 H9 h! F+ A) 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.7 b2 K4 n2 O- F% c9 V
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
$ |- L% t M8 jSend 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., Y( e' m" c- e; e' U
4 \9 j1 ~! N2 u8 E( x6 m, H: j问题:
% t( D0 W" t- E6 r2 B# L3 g7 JAfter running the model for 10,000 days, what was the average number of loads in each process?1 I1 _' L8 V; m4 M6 v
: Q3 k0 p9 m" l6 U8 }3 U$ e不胜感激! |
|