Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 215 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 215 Bytes

Gobang

设计一个五子棋对战AI,使用极大值极小值搜索,并使用α-β剪枝减少复杂度。采用启发式函数对整个棋局形式进行评估,并作为极大值极小值搜索的依据。