|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
1 _9 q# c& H0 d/ g3 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.
& s$ n# F- s1 x1 k8 U) o k! Y Loads are processed by each operator for the following time:
/ F3 n6 C& e, |: |0 Y/ _8 a( X( x Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
4 h4 s2 Z2 J8 K 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.
+ ~8 @0 G4 r( k8 B Worker_C does the job in a uniformly distributed time between 30 and 90 mins.% f& w# U' W, A; z- ]+ _# v+ M
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.
. U2 k* p; q, U0 B8 ?5 k
" p+ ?, D' ]* r+ K$ E3 \) {4 U9 H问题:8 F( P) t4 g9 M8 }2 F
After running the model for 10,000 days, what was the average number of loads in each process?
* {) q& C, a9 m# x' x4 _6 n1 L
& g a+ `( E& K; n* Y1 R1 ]不胜感激! |
|