mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 17:15:55 +08:00
feat: 置换表 — Zobrist 索引 + depth 优先替换 + 5 测试
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user