Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 630 Bytes

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.