single agent mcts
All checks were successful
Build / build (push) Successful in 2m30s

This commit is contained in:
2025-01-25 23:49:05 +01:00
parent 3f91660583
commit 6f04d7cb7f
3 changed files with 169 additions and 22 deletions

7
Cargo.lock generated
View File

@ -182,6 +182,7 @@ dependencies = [
"criterion",
"enum-iterator",
"env_logger",
"float-ord",
"log",
"rand",
"serde",
@ -469,6 +470,12 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "float-ord"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
[[package]]
name = "fnv"
version = "1.0.7"