Simulation
A Simulation
object is returned by the function run!
. It is a container for snapshots of the world at every dt_saving
time steps. It renders post processing easier, through dedicated methods to obtain time series of quantities.
If df_saving
is not provided, initial and last time steps will be saved.
ABMEv.Simulation
— MethodABMEv.add_entry!
— Methodadd_entry!(s, w, cb)
Add w
with callbacks s.cb
to s
if provided