|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,1 Q2 X4 s, @4 V0 w- a, l1 S" ~
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.7 x( o; |2 a3 k$ M
Loads are processed by each operator for the following time:
5 _% E A9 y% h% U Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.1 ]2 b, h% y" Z. h2 _& u4 F* a
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.8 F5 J3 `, b2 ]6 o' A( `5 _. O
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
5 V5 P2 b4 P4 k' H% ^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.
* R$ s5 c- A. [3 ~8 S' N) \' z' M. `! X
问题:+ {; m' N0 K7 f, ?
After running the model for 10,000 days, what was the average number of loads in each process?
z6 I7 m5 N- M; b
# f8 j8 ^; z1 Z/ u7 \) c不胜感激! |
|