|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
/ u) m8 D2 U7 P1 v" L- k# t5 p 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.
2 M# Z+ B, ]1 y- [, @% a Loads are processed by each operator for the following time:
9 v9 O C: K5 A3 c Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.8 o$ X$ o5 T. A3 ^5 B
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.
3 j4 B% g% U" k* H) t4 l8 I' N Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
' `9 A7 a, `+ l) cSend 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.7 g+ l2 E, h& T# y* f# k, [
# \. v: ~' Y% u: ]# V9 T
问题:
8 u$ ?0 M# R& S. e& ]# a! X- mAfter running the model for 10,000 days, what was the average number of loads in each process?) E0 k$ K, s! v7 }: |5 A0 W! J
* k4 g# k& E5 D s# n1 g9 x不胜感激! |
|