|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,( P |3 o" ^" I K6 w& g3 E8 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 Q# o( t) P6 W {$ K' S; M' c Loads are processed by each operator for the following time:; b' P6 S- g* p0 r- s$ D" }4 g
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.8 p; P& |( B0 E K1 P( r4 [, `& m
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.2 ^* D8 O" k* W% f5 ^
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
7 m( T/ W8 O( Z, FSend 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.$ @+ k# f! \; _4 i. x: O2 A# U
* q" h* d6 @$ U1 g问题:
( ?' y) A, \+ d! @$ O$ G4 P9 b; m# yAfter running the model for 10,000 days, what was the average number of loads in each process?7 w- m$ r5 R; P( _' T3 I( l
5 U' e6 ~0 P$ U) V/ w8 M3 G% j不胜感激! |
|