|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的, t4 g' B7 B5 y) T( ]+ G5 i
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.
; q* \$ g' i8 @/ l Loads are processed by each operator for the following time:# y- H/ o0 E. ?: d9 B' m1 h7 c* i
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.- u. b! C( c1 Z+ h
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.* t% m& r9 s0 F1 b1 F2 g
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
, O8 b: T* v+ v& T' pSend 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.
. I7 r" p$ m B7 [- R: [( W* r, s$ V( _0 U
问题:
! _- R$ n4 h1 U! p( `- b5 SAfter running the model for 10,000 days, what was the average number of loads in each process?7 b% q5 F3 B/ }, b4 f
) E9 n. d7 ?7 p/ E7 n% b A, u不胜感激! |
|