thalerjonathan / chimera

A library for pure functional Agent-Based Simulation in Haskell
GNU General Public License v3.0
13 stars 0 forks source link

Multi Method Simulation: add Event-Driven ABS #16

Open thalerjonathan opened 6 years ago

thalerjonathan commented 6 years ago

by utilising MSFs we can introduce an ABS monad with which we can then schedule events and run simulations as time-driven, event-driven or both. This will also allows then to emulate DES. run msf with dt since last running it

thalerjonathan commented 6 years ago

basics are there now but need to finish implementation of hybrid approach.

also UNscheduling of events should be implemented