danzel / PatchworkSim

Simulation of the board game Patchwork for AI exploration
2 stars 0 forks source link

MCTS keep tree between moves #46

Open danzel opened 6 years ago

danzel commented 6 years ago

ATM we throw the MCTS tree away. We should instead keep the bit related to which moves were performed so we don't start from zero each time.