mbafrani / AutomaticProcessSimulation

Automatic process simulation using Simpy and Pm4py.
Other
16 stars 5 forks source link

Arrival rate: random generator function #2

Closed mbafrani closed 3 years ago

mbafrani commented 4 years ago

Innstead of static value of arrival rate, add a random generator function with the attirbute of current arrival rate.

ghost commented 4 years ago

@mbafrani Can you please elaborate on this? Currently, the tool uses get_case_arrival_avg of pm4py to calculate the case arrival time by reading the event log. What range would you recommend to implement a random generator function? Since it is highly log dependent.

mbafrani commented 4 years ago

that is true, I don't have concrete ideas now. but first thing is to use random function for normal distribution to generate the cases with the discovered average arrival as the parameter (average).