jbornschein / rust-mcts

Monte Carlo Tree Search in RUST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Monte Carlo Tree Search in RUST

License:GNU Lesser General Public License v3.0


Languages

Language:Rust 100.0%