Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 341 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 341 Bytes

mcts

This is a library for Monte Carlo tree search (MCTS) in Rust.

The implementation is parallel and lock-free. The generic design allows it to be used in a wide variety of domains. It can accomodate different search methodologies (for example, rollout-based or neural-net-based leaf evaluation).

Documentation