|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
0 r* @& u/ Y. S; S8 Q4 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.7 a% V& [/ C% ^* p0 d
Loads are processed by each operator for the following time:
# d5 ~* j" m1 M! Z Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins." @: A/ u1 a' C: X4 S8 Q
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.4 l& w) D& A& D! F! X) o% M( g
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
( ?6 {0 U! F- c3 G8 u) DSend 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.
. c4 R# l9 B; e2 u9 Z9 g
' L5 t0 x8 L; F, s( H& l$ B# N! Z问题:' P, E' t: `) F$ \
After running the model for 10,000 days, what was the average number of loads in each process?) Z w! x, u9 _' P$ u
3 Q5 w' Z p$ k! i0 X% A
不胜感激! |
|