thalerjonathan / chimera

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

Unify Sir implementations #13

Open thalerjonathan opened 6 years ago

thalerjonathan commented 6 years ago

at the moment there are multiple SIR implementations:

  1. standard (fully connected)
  2. networked
  3. 2d grid
  4. non FRP standard

can we unify it into one implementation?