https://github.com/kelindar/markov
Simple Markov chain implementation
https://github.com/kelindar/markov
golang markov markov-chain
Last synced: about 2 months ago
JSON representation
Simple Markov chain implementation
- Host: GitHub
- URL: https://github.com/kelindar/markov
- Owner: kelindar
- Created: 2019-02-17T07:58:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T19:23:23.000Z (over 2 years ago)
- Last Synced: 2025-01-30T13:26:37.951Z (4 months ago)
- Topics: golang, markov, markov-chain
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markov Model (EXPERIMENTAL)
This repository contains a Go port of https://github.com/martindevans/MarvellousMarkovModels, a simplified implementation of [Markov Model](https://en.wikipedia.org/wiki/Markov_model) builder in Go. This library is intented as a building block for procedural generation tools.