feat: 置换表 — Zobrist 索引 + depth 优先替换 + 5 测试

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:45:33 +08:00
parent 1aa1a3c2c6
commit a892e2493b
2 changed files with 122 additions and 0 deletions
+2
View File
@@ -10,4 +10,6 @@ pub trait AiEngine: Send + Sync {
pub mod evaluate;
pub mod killer;
pub mod search;
pub mod trans_table;
pub mod vcf;
pub mod opening;