mcts

Crates.iomcts
lib.rsmcts
version0.3.0
sourcesrc
created_at2018-01-14 02:51:36.306559
updated_at2019-03-09 01:33:21.943737
descriptionThis is a library for Monte Carlo tree search.
homepage
repositoryhttps://github.com/zxqfl/mcts
max_upload_size
id46746
size48,877
Jacob Jackson (zxqfl)

documentation

README

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

Commit count: 53

cargo fmt