https://github.com/battermann/montecarlo
A generic implementation of a Nested Monte Carlo Search for single player games
https://github.com/battermann/montecarlo
Last synced: 10 months ago
JSON representation
A generic implementation of a Nested Monte Carlo Search for single player games
- Host: GitHub
- URL: https://github.com/battermann/montecarlo
- Owner: battermann
- License: unlicense
- Created: 2016-05-31T18:58:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T12:21:20.000Z (about 10 years ago)
- Last Synced: 2025-04-30T05:46:21.681Z (about 1 year ago)
- Language: Java
- Homepage: http://blog.leifbattermann.de/2016/06/05/nested-monte-carlo-search/
- Size: 29.3 KB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nested Monte Carlo Search
## A generic implementation of a Nested Monte Carlo Search for single player games
A Nested Monte Carlo Search is a promising approach to find good solutions for complex single player games such as SameGame.
How does it work?
And how can it be implemented in a generic way so that it can be adapted to other problems, games or puzzles?
[Read more](http://blog.leifbattermann.de/2016/06/05/nested-monte-carlo-search/)