|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
+ @) E$ Q/ J( P: U, q 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.) X; c) M6 p) C; t s
Loads are processed by each operator for the following time:' _8 h: n- K2 g0 a
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
1 u8 i, R8 F' r6 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.9 w5 ^3 H7 R% O
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
8 C# O, |$ T7 R! cSend 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.
. h! g# Y V; x3 H9 y
; n' t" O0 r- v2 ~# N# z问题:
6 y! f) Z' \2 l& `5 M5 k; @5 tAfter running the model for 10,000 days, what was the average number of loads in each process?
2 O4 K, a5 F$ p- e- ^# G: w3 t" l" b' h, ?1 s. T# `# I$ A& m' n: D
不胜感激! |
|