Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/battermann/haskell-samegame
Monte Carlo Tree Search Haskell implementation for finding good solutions for SameGame
https://github.com/battermann/haskell-samegame
haskell samegame
Last synced: 13 days ago
JSON representation
Monte Carlo Tree Search Haskell implementation for finding good solutions for SameGame
- Host: GitHub
- URL: https://github.com/battermann/haskell-samegame
- Owner: battermann
- License: bsd-3-clause
- Created: 2019-03-01T07:13:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T20:09:27.000Z (over 5 years ago)
- Last Synced: 2024-10-23T07:24:15.411Z (2 months ago)
- Topics: haskell, samegame
- Language: Haskell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# samegame
Monte Carlo Tree search for finding good solutions for SameGame.
How to run:
./samegame +RTS -N
Example:
./samegame 1 15 +RTS -N8