|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,( ?7 d3 j2 c6 w) F# M4 _; ?( D
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.
/ g2 `3 d2 i# ]0 h& N: z Y/ t% { Loads are processed by each operator for the following time:4 v$ M) g/ N; F8 X' c* S
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
2 F% i+ O; Q4 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.
: ^5 Z% A/ V. p3 j' ] Worker_C does the job in a uniformly distributed time between 30 and 90 mins./ R/ D1 x" N A- z
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 w- C% b: V( l$ y7 Z$ c
0 P: P: F; m/ b问题:- f, Z, w1 L2 v3 {' m1 e
After running the model for 10,000 days, what was the average number of loads in each process?
+ ^' N/ ^% F3 N7 f
( h+ O F3 i2 C7 Q" r+ H不胜感激! |
|