aivika: A multi-paradigm simulation library

[ bsd3, library, simulation ] [ Propose Tags ]

Aivika is a small simulation library that covers many paradigms. It allows integrating 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 Process monad to represent the discontinuous processes which can suspend at any time and then resume later. Everything else is expressed through these two monads, including the event handlers, agent handlers and even integrals.

The PDF documentation is available at https://github.com/dsorokin/aivika/blob/master/doc/aivika.pdf

Modules

[Last Documentation]

  • Simulation
    • Aivika
      • Simulation.Aivika.Dynamics
        • Simulation.Aivika.Dynamics.Agent
        • Simulation.Aivika.Dynamics.Base
        • Simulation.Aivika.Dynamics.Cont
        • Simulation.Aivika.Dynamics.EventQueue
        • Simulation.Aivika.Dynamics.Lift
        • Simulation.Aivika.Dynamics.Parameter
        • Simulation.Aivika.Dynamics.Process
        • Simulation.Aivika.Dynamics.Random
        • Simulation.Aivika.Dynamics.Ref
        • Simulation.Aivika.Dynamics.Resource
        • Simulation.Aivika.Dynamics.SystemDynamics
        • Simulation.Aivika.Dynamics.UVar
        • Simulation.Aivika.Dynamics.Var
      • Simulation.Aivika.PriorityQueue
      • Simulation.Aivika.Queue
      • Simulation.Aivika.Statistics

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.4, 0.6, 0.6.1, 0.7, 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.4, 2.0, 2.1, 3.0, 3.1, 4.0, 4.0.1, 4.0.3, 4.1, 4.1.1, 4.2, 4.3, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.5, 4.6, 5.0.1, 5.1, 5.2, 5.3, 5.3.1, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.9.1, 6.0.0, 6.1
Dependencies array (>=0.3.0.0), base (>=3 && <6), containers (>=0.4.0.0), haskell98, mtl (>=1.1.0.2) [details]
License BSD-3-Clause
Copyright (c) 2009-2011. David Sorokin <david.sorokin@gmail.com>
Author David Sorokin
Maintainer David Sorokin <david.sorokin@gmail.com>
Category Simulation
Home page http://github.com/dsorokin/aivika
Uploaded by DavidSorokin at 2011-11-12T12:44:56Z
Distributions NixOS:6.1
Reverse Dependencies 9 direct, 2 indirect [details]
Downloads 40248 total (83 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-26 [all 8 reports]