|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
9 }( S% \7 q3 u. 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.& K H A( r7 Y: d$ v5 F2 G' ?
Loads are processed by each operator for the following time:6 ]0 _* v; v G1 R' @3 F
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
, J) i1 o% i- i! C 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.
! U* ~5 g" A) f! z# q3 [ Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
, o' }/ H; ?7 BSend 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./ |- W$ B% x7 C
0 d) Q" X# G: U: ^( t) y$ ?9 g
问题: D, P2 X3 f$ e9 u2 K4 [
After running the model for 10,000 days, what was the average number of loads in each process?
- w: U& @ I8 E9 f. V9 E& B% V, l& Q) }2 U& S, P v* P K
不胜感激! |
|