|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
' F5 L( g4 D! n4 I1 @$ T" K, X 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.; C+ a" |( i9 j4 V
Loads are processed by each operator for the following time:$ E5 J% a$ V6 V. X
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.. E8 W2 {9 _; G2 H% x) d
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.* a4 H( j% `4 R0 ~! y
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.7 Z, N6 X5 z- ?1 x M! w/ A
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.; O7 }+ n! |. L/ i+ W% [
# s# T% m# f" b& Z" M8 w
问题:
4 w7 N1 G* T1 d8 rAfter running the model for 10,000 days, what was the average number of loads in each process?
. {. L( r5 i/ L; e0 f% n
2 Z. {5 s g3 o7 A! V# `不胜感激! |
|