https://github.com/battermann/mcs
Nested Monte Carlo tree search for SameGame
https://github.com/battermann/mcs
Last synced: about 1 year ago
JSON representation
Nested Monte Carlo tree search for SameGame
- Host: GitHub
- URL: https://github.com/battermann/mcs
- Owner: battermann
- License: mit
- Created: 2019-01-09T09:04:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T14:22:15.000Z (almost 7 years ago)
- Last Synced: 2025-04-30T05:45:29.927Z (about 1 year ago)
- Language: Scala
- Homepage: https://typelevel.org/blog/2019/02/06/algebraic-api-design.html
- Size: 80.1 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nested Monte Carlo tree search for SameGame
Purely functional nested Monte Carlo tree search for solving SameGame.
See also [Algebraic API Design - Types, Functions, Properties](https://typelevel.org/blog/2019/02/06/algebraic-api-design.html).