|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的, R, o7 r) l1 f
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.
$ f9 w7 c1 ~( M# \ u0 P Loads are processed by each operator for the following time:& l& R# G# G% g7 x5 U" B
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
2 M7 ]0 j, c$ k6 k+ T/ I) ~( w 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.0 k* c/ p: q/ J, r( J% y
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
& D- u' L1 s3 C8 X H. e9 TSend 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 s( L4 ?) E2 u' Q
! Q3 A+ z4 X6 y) u, T问题:' }9 E# X8 P q9 S
After running the model for 10,000 days, what was the average number of loads in each process?; x5 C1 d, Y8 M6 h+ v, _
8 i7 x1 O: }1 x" i$ N8 U7 `) A不胜感激! |
|