stopping-definition
to stop when causality is broken.
Causality is a property of the simulation model stating that a future event cannot change what has been done in the past already, so all changes in the state should not contradict any past event.
In practise, we check the next-snapshot
date
is equal or after the current snapshot
.
`stopping-definition` to stop when causality is broken. Causality is a property of the simulation model stating that a future event cannot change what has been done in the past already, so all changes in the state should not contradict any past event. In practise, we check the `next-snapshot` `date` is equal or after the current `snapshot`.
(evaluates snapshot next-snapshot current-event)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close