https://github.com/statusfailed/markov-monad-transformer
Simple implementation of stochastic state using monad transformers
https://github.com/statusfailed/markov-monad-transformer
Last synced: 12 months ago
JSON representation
Simple implementation of stochastic state using monad transformers
- Host: GitHub
- URL: https://github.com/statusfailed/markov-monad-transformer
- Owner: statusfailed
- Created: 2012-09-19T19:35:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-19T19:49:40.000Z (over 13 years ago)
- Last Synced: 2025-01-31T08:19:10.774Z (about 1 year ago)
- Language: Haskell
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Stochastic State Monad Transformer
A demo (mostly for personal reference) of monad transformers in Haskell, using
a model of markov processes to demonstrate.