|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
" i! B3 C9 U2 T& x, @+ q 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.& V* C/ m8 s* a0 G, h3 I4 n
Loads are processed by each operator for the following time:! \$ o$ k, p% P/ }6 j% n! {( J
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
- g5 K. X( @$ Q0 E+ y 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.
G- u; ~- {: B. ? Worker_C does the job in a uniformly distributed time between 30 and 90 mins./ k9 ]1 v, a2 G% j' D1 u
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.
6 L# b: `' [2 @7 A& N% D1 D7 P2 n# j: \/ ^
问题:! \7 {, M6 `' j9 W2 ?, y
After running the model for 10,000 days, what was the average number of loads in each process?# b$ z* O w: J3 I Y4 X
' [& h* V/ K$ ~不胜感激! |
|