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

https://github.com/tokenrove/icfp-contest-2012

Personal archaeology: wreckage from ICFP programming contest 2012
https://github.com/tokenrove/icfp-contest-2012

Last synced: 6 months ago
JSON representation

Personal archaeology: wreckage from ICFP programming contest 2012

Awesome Lists containing this project

README

          

Team Squid and Tobacco:
Julian Squires

Most of the way through the weekend, I still hadn't found an
admissable heuristic function I liked, or implemented anything other
than various attempts at faster simulators so I could churn out more
states.

I decided to implement Monte Carlo Tree Search (MCTS) as an
alternative to A* since I didn't have a good heuristic.