aivika-transformers

Transformers for the Aivika simulation library

https://gitflic.ru/project/dsorokin/aivika-transformers

Latest on Hackage:6.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by David Sorokin
Maintained by David Sorokin

This package is a generalization of the aivika [1] simulation library with extensive use of monad transformers and type families. It can be applied for nested simulation [2] and parallel distributed simulation [3].

Unlike sequential simulation, the distributed simulation is more difficult for implementing the simulation experiments by the Monte-Carlo method. Therefore, there are additional packages that allow saving the results of distributed simulation in SQL databases and only then the simulation reports are generated. These reports are HTML pages with charts, histograms, links to CSV tables, statistics summary and so on.

This method can be used not only for the parallel distributed simulation, but also for other simulation models created with help of the generalized version of the Aivika simulation library.

[1] http://hackage.haskell.org/package/aivika

[2] http://hackage.haskell.org/package/aivika-branches

[3] http://hackage.haskell.org/package/aivika-distributed