Time Advance Mechanism: A Simulation clock can be used that starts at any time like a stopwatch and variables that keeps the current value of state of the model. Two approaches for time advance:
1. Next event time advances: It is called discrete event simulation (DES) model. Next event time advances mechanism estimates the time of futuristic events that are going to happen on the basis of a list of events.
Steps of DES:
N.B. Clock jumps from one event time to the next, and doesn’t “exist” for times between successive events
Periods of inactivity are ignored
2. Fixed increment time advances: Simulation clock is advanced in increments of exactly ∆t time units. After each update of the clock, a check is made to determine if any events should have occurred during the previous interval of length ∆t.
Statlearner
Statlearner