|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,! v+ F/ U0 _5 B a
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.
* I, F# b; }/ s& i1 q+ m+ c1 n Loads are processed by each operator for the following time:
& _6 H, H }5 E H' P3 J" N Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
* C. ? V; @ z: I, O; S3 H4 W/ R 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.% o! ?3 ?6 u. [9 k4 }/ v
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
0 A4 h( f3 s9 Q" WSend 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.. s! R) {! i. O( |7 M( t* [
' D( {/ E% z1 H2 c/ }3 b问题:
+ b/ k) m# Z$ [4 C$ \- @After running the model for 10,000 days, what was the average number of loads in each process?0 a4 o' }* |+ q1 \' M* o. V
n b; w1 g0 C3 o2 _ U不胜感激! |
|