Add a "threads" feature for mutli-threading
This commit is contained in:
parent
a2711f341f
commit
04a55f0a56
@ -10,6 +10,8 @@ readme = "README.md"
|
|||||||
keywords = ["mcts", "rust", "monte_carlo", "tree", "ai", "ml"]
|
keywords = ["mcts", "rust", "monte_carlo", "tree", "ai", "ml"]
|
||||||
categories = ["algorithms", "data-structures"]
|
categories = ["algorithms", "data-structures"]
|
||||||
|
|
||||||
|
[features]
|
||||||
|
threads = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "~0.9"
|
rand = "~0.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user