/rust-mcts

Monte Carlo Tree Search in RUST

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

Build Status LGPU V3

Monte Carlo Tree Search (MCTS) for rust

This project is my excuse for learning rust and implementing an interesting and hopefully useful algorithm at the same time.

Introduction

MCTS is a heuristic search algorithm that is often employed to write computer agents for turn-based games such as Go, Chess, Tic-Tac-Toe etc.