|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,8 }4 s5 K* ~% E5 ~( \
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.3 B% h" t: R8 {
Loads are processed by each operator for the following time:
* F. F1 N, M3 E; Y2 r Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.9 ^- d! U1 U( k7 A& h
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.
% W" o3 S8 z! l& J6 I, M Worker_C does the job in a uniformly distributed time between 30 and 90 mins.( j: X1 i6 o& m. p* m5 }: h! ~! F
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.
0 Y& ^# }. b- B8 V2 p: T" I0 m3 J0 q* S0 s/ p" l
问题:5 r/ }6 o" ]+ u4 O
After running the model for 10,000 days, what was the average number of loads in each process?
2 }& d# o/ R- f! J' f) x$ S. J+ C
不胜感激! |
|