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
421 downloads per month
26KB
518 lines
MCTS
MCT-RS: A fast, flexible MCTS(Monte Carlo Tree Search) library for Rust
Credit
Future Plans
- Allow users provide their own dynamic Multi-armed bandit implementations
- Allow reward to be a trait to be dynamically used by others (must implement From, Into)
- Provide documentation
Dependencies
~83–365KB