|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,1 u A3 F' W, p- x' W4 T' p8 R
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 ?( J a/ _9 t) w4 ]% w6 D
Loads are processed by each operator for the following time:% a) b1 s% z0 _/ c, `
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.* x4 j/ d8 G* r/ |% J
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.
$ F, @- | o, \7 I Worker_C does the job in a uniformly distributed time between 30 and 90 mins.3 J. H( o& U+ x
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.
3 _9 }1 _) N: ` }4 P
- k+ |( v# |* K/ Q: N% m) i问题:8 J4 Z; y% z9 l$ G9 K
After running the model for 10,000 days, what was the average number of loads in each process?
/ W1 v! R2 w2 S4 T! r
' p6 A5 [5 Y" n( E) ]4 E不胜感激! |
|