Spatial Discrete Event Simulator
- Discrete event simulators have a long history in computer science
SpaDESis oriented around the construction of spatially explicit models and the use of spatial data.- events describe changes in the state of a complex system at some time
- time is not modeled in a continuous fashion (simple loops would do this); we can 'skip ahead' to the next event, speeding up model evaluation
- events are scheduled (added to a queue) dynamically, and executed at their scheduled time
