|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,4 Y2 l3 K& {/ f- `5 _. O( t5 k
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.
3 }+ W% q% ]' o Loads are processed by each operator for the following time:( [6 A$ T# K8 c8 x
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
- T# o) p% E9 a* b: Q. i+ F+ V) Y) h) z 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.
$ }- M3 S- ?! |5 b Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
/ ^+ V3 U+ C3 r7 N$ ?4 eSend 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.
$ }) b8 C1 y+ Q3 b0 E5 V* S
* A( x' V( [- o# t7 d! M问题:
3 F _1 p" B( UAfter running the model for 10,000 days, what was the average number of loads in each process?' x/ @0 D8 o1 H( Y5 {
; e: a3 O( R, I. u不胜感激! |
|