|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的," I( I$ `, H4 m/ h7 ~" N& F) 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.2 I. s* {+ Z. A* F' n$ f
Loads are processed by each operator for the following time:, W3 o2 B! j; h- Q
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.5 G9 A! V! M! x# }2 i: }
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.% d* n9 j$ n2 r: R7 {' t% u
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.4 m1 m% c" S& y1 a$ G
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.! l/ O; Y- y1 q! {6 M' c/ C% S" K- y
; D9 d: x9 U6 j+ F1 }0 U8 C问题:
. H, s( w" m" q' S7 ?+ xAfter running the model for 10,000 days, what was the average number of loads in each process?
& T6 D. L1 ~0 Q. x# X
) w0 {; X; @- k8 X, w- j, a不胜感激! |
|