Commit Graph

12 Commits

Author SHA1 Message Date
Serendipity 5122c3c06a fix: clippy warnings — too_many_arguments + Default impls + needless_borrows
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:52:18 +08:00
Serendipity 8144b16b9d style: cargo fmt 格式化 AI 模块
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:50:55 +08:00
Serendipity e216ae46dd feat: 迭代加深 + TT + Killer + 开局库 + VCF/VCT 集成 AI 引擎
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:50:44 +08:00
Serendipity 852a8912e6 feat: 开局库 — 50 个标准定式 Zobrist 索引 + 3 测试
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:46:30 +08:00
Serendipity a892e2493b feat: 置换表 — Zobrist 索引 + depth 优先替换 + 5 测试
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:45:33 +08:00
Serendipity 1aa1a3c2c6 feat: 组合棋形评估 + 位置权重 — 双活三/冲四检测 + 4 测试
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:43:08 +08:00
Serendipity cd44cbfc48 feat: VCF/VCT 杀棋搜索 — 连续冲四/活三取胜 + 3 测试
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:41:33 +08:00
Serendipity 35c66a30f4 feat: Killer move 表 — 2-slot/depth + 3 测试 2026-05-31 15:40:30 +08:00
Serendipity c1c64b0155 perf: AI 搜索移到独立后台线程避免阻塞 GUI
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 13:43:25 +08:00
Serendipity ffcc7a7675 fix: 代码审查修复 — serde camelCase/CSP/TS检查/replay/undo/AI禁手/星位/未使用依赖
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 12:51:53 +08:00
Serendipity 556ee39a28 feat(core): AI Alpha-Beta 搜索 — Negamax + 剪枝 + 启发式排序
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 00:03:38 +08:00
Serendipity 5230adacde feat(core): AI 棋形评分模块 — 连五/活四/冲四/活三等棋形打分
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 00:00:48 +08:00