feat: Killer move 表 — 2-slot/depth + 3 测试

This commit is contained in:
2026-05-31 15:40:30 +08:00
parent ab5a437c1b
commit 35c66a30f4
2 changed files with 73 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ pub trait AiEngine: Send + Sync {
}
pub mod evaluate;
pub mod killer;
pub mod search;