|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,! |- W- F& e* f" ~+ m1 u) O' h
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.
# y" u9 e" N- Y d; t5 l Loads are processed by each operator for the following time:
. K4 A0 m1 V* `( m G Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.4 l) T' ?' b) j0 D3 c) d7 h7 ]4 F
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., C3 w) B' _2 @* A- k
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
" Y# J) y M$ Q/ w, NSend 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.& a2 e3 X3 ^- R. { G, G8 z& J T0 [
. n8 b5 ?& N$ ?# ]8 v5 O) U& Y/ G# ?问题:: _; M; [8 S. U8 Q) s) i' b
After running the model for 10,000 days, what was the average number of loads in each process?
* A, _; v6 Y$ g( d l9 A v
6 b, |; {) w3 f9 @- U5 v2 n不胜感激! |
|