| Crates.io | mcts |
| lib.rs | mcts |
| version | 0.3.0 |
| created_at | 2018-01-14 02:51:36.306559+00 |
| updated_at | 2019-03-09 01:33:21.943737+00 |
| description | This is a library for Monte Carlo tree search. |
| homepage | |
| repository | https://github.com/zxqfl/mcts |
| max_upload_size | |
| id | 46746 |
| size | 48,877 |
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).