|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,* [/ w$ u% m% E6 A
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.' F/ E1 s: l" C* k; }: b% h
Loads are processed by each operator for the following time:
/ r5 J" ~7 g. C7 @3 ?2 J+ E Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.: b4 `. z1 Y7 {) V, q! s
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.; X3 q# \' D' H$ a
Worker_C does the job in a uniformly distributed time between 30 and 90 mins." G8 Y/ {3 C) Z% h
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.
' G% ?2 l" _! D1 K2 [! d
$ ]7 }8 G4 |9 P8 D- s0 Q/ l0 W问题:& p1 t6 @5 D. ^- J* [# R
After running the model for 10,000 days, what was the average number of loads in each process?
' o8 z1 `2 W- s ]# _ ~; _2 O9 L. v
不胜感激! |
|