|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,' _" @# V8 [9 k6 o) N7 N
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.
; C% w; F$ \1 q# C Loads are processed by each operator for the following time:
# i- b7 c1 e2 h; Y3 h Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.2 Z6 x) i. L+ f0 N3 H4 t
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.6 Y) h7 C# v0 b( f) o$ f1 i
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.- h; R3 l8 Y1 ^: B L
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.
/ b+ W2 e q! P8 p' C0 g4 t; Y1 W, }' P% S8 \1 s2 m6 m
问题:
! b! y; w% c9 gAfter running the model for 10,000 days, what was the average number of loads in each process?4 @8 f( @6 e0 K7 ~. z
0 o0 [( s3 ?! @2 [- ^% R
不胜感激! |
|