Files
hjha-server/.gitignore
xiaoou 4a3fbec057 test: 1000轮 ISMCTS 压测 + 完整分析报告
新增:
- hjha-console/Program.cs: --stress N 压测模式
  - 每局独立日志 stress_logs/round_NNNNN.txt
  - 每 50 局进度汇报 + 异常捕获
- docs/stress-test-report.md: 完整分析报告
  - P0: 包庄严重高估(5.2%成功) → 需校准阈值
  - P1: 75 moves 异常局 → 疑似死循环
  - P2: 只出单张不组合 → rollout 优化
  - P3: 性能瓶颈分析
- .gitignore: stress_logs/, analyze_stress.py

压测结果: 12.8min, 0 crashes, 1000/1000通过
2026-07-07 13:53:46 +08:00

25 lines
302 B
Plaintext

# Backup zip archive - do not commit
hjha_Server.zip
# .NET build outputs
bin/
obj/
*.user
*.suo
*.vs/
.vs/
exe/
output.txt
gamepack/
# Runtime test output
C:\Users\Administrator\Desktop\temp\
# Rider
.idea/
*.sln.DotSettings.user
stress_logs/
analyze_stress.py
stress_errors.txt
stress_summary.txt