|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,5 w- u2 z3 C: _# G$ }
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.
( { P5 b j I. y: h Loads are processed by each operator for the following time:
# ]. {7 g0 o+ O7 W Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
3 v4 E# B/ r- C/ y+ R4 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.
# e+ b5 v5 C* A# M% r6 T+ U Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
, s8 F+ R) n7 b4 T- z' eSend 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.$ z2 m. c7 Y! K2 |1 y9 @3 N# z' q
$ Y' W4 v* L' y" \6 g' b+ G
问题:
) k! A2 y4 \! \0 A) bAfter running the model for 10,000 days, what was the average number of loads in each process?3 p+ O7 I3 C9 d/ T
4 ?4 c$ d9 H6 n; X4 J不胜感激! |
|