degski / MCTSSearchTree

A building block to MCTS AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCTSSearchTree

Another stab at the 'ideal' Monte Carlo Tree Search Search Tree, using flat intrusive linked-list-type structures. This tree can only grow and cannot be reverse-iterated, as this is not required functionality. Re-using already explored search space [in later moves] will use copy-traversal.

About

A building block to MCTS AI

License:MIT License


Languages

Language:C++ 100.0%