refactor: 修复3个🟡问题 — 合并模拟方法/移除死参数/缓存GetMultiGroups

1. SimulateWin+SimulateOneGame → SimulateToEnd(nullable firstPlay)
   减少 ~80行重复代码, 包庄/出牌共享同一模拟引擎

2. 移除 unknownCount 死参数 (SimulateOneGame 从未使用)

3. GetMultiGroups(hand,2) 只调一次 — 对子+连对共享 pairs 变量

文件: IsmctsBot.cs 583行 → 331行 (-43%)
This commit is contained in:
2026-07-07 14:43:13 +08:00
parent ce2a4c98ef
commit b39e28411b
7 changed files with 105 additions and 357 deletions