|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
, N8 Q8 [) [( H1 J6 l 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.% a2 E: q) {, T; q
Loads are processed by each operator for the following time:/ e$ v7 L6 L" [5 o# ]
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins., x. o. E \$ e2 p3 S- o
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 I' g9 S4 E6 z0 f
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.% x/ {% A4 {8 y5 ?4 d9 l) F
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" w% c4 v8 A) U" S6 h8 V- N) H8 f& v* t4 E$ Y' v
问题:, B9 E/ p; |% C9 y" _
After running the model for 10,000 days, what was the average number of loads in each process?3 ]) I: G; O i6 ~6 j9 i1 R# ^
# y2 R% H) v; R6 \4 L
不胜感激! |
|