Content deleted Content added
m →Diagnosing process issues: Remove parenthesis |
Move paragraph about "Three-Phased Approach" to section "Simulation engine logic" |
||
Line 4:
Both forms of DES contrast with [[continuous simulation]] in which the system state is changed continuously over time on the basis of a set of [[Differential equation|differential equations]] defining the rates of change of state variables.
A more recent method is the three-phased approach to discrete event simulation (Pidd, 1998). In this approach, the first phase is to jump to the next chronological event. The second phase is to execute all events that unconditionally occur at that time (these are called B-events). The third phase is to execute all events that conditionally occur at that time (these are called C-events). The three phase approach is a refinement of the event-based approach in which simultaneous events are ordered so as to make the most efficient use of computer resources. The three-phase approach is used by a number of commercial simulation software packages, but from the user's point of view, the specifics of the underlying simulation method are generally hidden.▼
== Example ==
Line 70 ⟶ 68:
===End===
* Generate statistical report.
===Three-Phased Approach===
▲
== Common uses ==
|