oxymcts 0.1.0

Library for general traits and default implementations for Monte Carlo Tree Search
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.ascii_tree]
optional = true
version = "0.1.1"

[dependencies.ego-tree]
version = "0.6.2"

[dependencies.noisy_float]
version = "0.1.12"

[dependencies.num-traits]
version = "0.2.11"

[dependencies.rand]
version = "0.7.3"

[dev-dependencies.rayon]
version = "1.4.0"

[features]
ascii-tree = ["ascii_tree"]
default = ["ascii-tree"]

[package]
authors = ["Samuel Batissou <samuelbatissou@gmail.com>"]
description = "Library for general traits and default implementations for Monte Carlo Tree Search"
edition = "2018"
keywords = ["mcts", "learning", "monte", "carlo", "tree"]
license = "MIT"
name = "oxymcts"
readme = "README.md"
repository = "https://github.com/sagebati/oxymcts"
version = "0.1.0"