The aivika package
Aivika is a multi-paradigm simulation library. It allows us to integrate a system of ordinary differential equations. Also it can be applied to the Discrete Event Simulation. It supports the event-oriented, process-oriented and activity-oriented paradigms. Aivika also supports the Agent-based Modeling. Finally, it can be applied to System Dynamics.
The library widely uses monads. The dynamic system is represented as a computation in the Dynamics monad. There is also the DynamicsProc monad to represent the discontinuous processes which can be suspended at any time and then resumed later. Everything else is expressed through these two monads, including the events, agent handlers and even integrals.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1 |
|---|---|
| Dependencies | array (≥0.3.0.0), base (≥3 & <5), mtl (≥1.1.0.2) |
| License | BSD3 |
| Copyright | (c) 2009-2011. David Sorokin <david.sorokin@gmail.com> |
| Author | David Sorokin |
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Category | Simulation |
| Upload date | Mon Mar 28 14:33:32 UTC 2011 |
| Uploaded by | DavidSorokin |
| Built on | ghc-7.0 |
Modules
- Simulation
Downloads
- aivika-0.1.tar.gz (Cabal source package)
- package description (included in the package)