|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,1 J, c B d4 _! s+ ~0 r
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.
Y5 \9 D$ ?. v! a Loads are processed by each operator for the following time:
Z( B _2 O' R/ o N& ^* k Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins." q! {5 x6 A0 j' T
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.
9 _( c, j( c; r Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
8 C$ M$ k* Q3 E' 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.9 _, Z* O# t7 q- {& D7 \
" p% o/ @% |2 h3 u+ n问题:
& R# H3 \9 C6 uAfter running the model for 10,000 days, what was the average number of loads in each process?
4 h. e8 u9 @9 Z5 s3 p3 e- Q
p7 w# K" A" f+ e2 ?* |# M不胜感激! |
|