|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,' D0 h! m( X9 k2 D. ?" k: e
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.
( J5 b( ?1 `/ V: g+ Q$ | Loads are processed by each operator for the following time:
; U# S3 ]. W3 W3 J0 b9 B! u/ { Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.4 N+ M8 M0 c W: X# Y7 j6 C/ g' n N
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.6 B2 t9 @; U$ l& K5 R L
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.% i9 h& U/ \; t; E- j9 X+ E
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.
5 s5 e/ r `; i- e/ E: w, h; i8 P" ^- e: x5 r3 H0 w
问题:
2 F4 U6 O5 y; WAfter running the model for 10,000 days, what was the average number of loads in each process?( i* b% o d0 E$ C% ^" D$ p- }
7 n3 h* E/ F1 i/ s; V3 r! o5 i不胜感激! |
|