#monte #carlo

mct-rs

A fast, flexible, and simple implementation of Monte Carlo Tree Search (MCTS) algorithm in Rust

4 releases (breaking)

Uses new Rust 2024

new 0.4.0 Oct 18, 2025
0.3.0 Oct 3, 2025
0.2.0 Sep 27, 2025
0.1.0 Sep 27, 2025

#1122 in Algorithms

Download history 221/week @ 2025-09-24 183/week @ 2025-10-01 17/week @ 2025-10-08

421 downloads per month

MIT/Apache

26KB
518 lines

MCTS

MCT-RS: A fast, flexible MCTS(Monte Carlo Tree Search) library for Rust

Credit

gibberblot

Future Plans

  1. Allow users provide their own dynamic Multi-armed bandit implementations
  2. Allow reward to be a trait to be dynamically used by others (must implement From, Into)
  3. Provide documentation

Dependencies

~83–365KB