An open API service indexing awesome lists of open source software.

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

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/)