|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
/ I3 p/ {9 G8 o 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.
% G* E2 g3 a$ ?& b: A! C+ M8 o3 v& y Loads are processed by each operator for the following time:; S* I& [3 E9 E& m9 z
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
. c. J5 l* }/ F' o6 R" x0 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.6 N! b! q9 u- X0 P D* G+ `6 l
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.) i, i. h/ l, b8 w
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.
- Z, b# \2 U, E& l' v9 s( N) ~* a" W
# M3 ^* }" M6 Q& T. u4 H% x( z问题:" [, _9 b# r* ^/ {0 W0 i7 N0 n
After running the model for 10,000 days, what was the average number of loads in each process?
' e5 C! U1 ^* r) s& J8 G
! U6 m: t5 [! A$ L1 \不胜感激! |
|