Skip to content

Monte Carlo Tree Search Haskell implementation for finding good solutions for SameGame

License

Notifications You must be signed in to change notification settings

battermann/haskell-samegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samegame

Monte Carlo Tree search for finding good solutions for SameGame.

How to run:

./samegame <nesting_level> <board_size> +RTS -N<number_of_cores>

Example:

./samegame 1 15 +RTS -N8

About

Monte Carlo Tree Search Haskell implementation for finding good solutions for SameGame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published