Compare commits

...

1 Commits

Author SHA1 Message Date
04a55f0a56 Add a "threads" feature for mutli-threading 2025-06-30 19:49:45 -07:00

View File

@ -10,6 +10,8 @@ readme = "README.md"
keywords = ["mcts", "rust", "monte_carlo", "tree", "ai", "ml"]
categories = ["algorithms", "data-structures"]
[features]
threads = []
[dependencies]
rand = "~0.9"