Skip to content

Releases: SXKA/Qt-Gomoku

Qt-Gomoku v1.4.0

18 Jul 16:18
af67892
Compare
Choose a tag to compare
Qt-Gomoku v1.4.0 Pre-release
Pre-release
  • Introducing VCF search.
  • Fixed incorrect pruning via the transposition table caused by null move pruning.

Qt-Gomoku v1.3.1

02 Mar 08:38
Compare
Choose a tag to compare
  • Performance improvement.

Qt-Gomoku v1.3.0

28 Feb 07:51
Compare
Choose a tag to compare
  • Introducing Multi-Cut.
  • Introducing aging strategy to transposition table.
  • Evaluation calculations have been reduced.
  • Search depth up to 12 ply.

Qt-Gomoku v1.2.1

19 Jan 05:00
Compare
Choose a tag to compare
  • Fixed the issue of not resisting strongly when the computer is about to lose.

Qt-Gomoku v1.2.0

22 Oct 06:03
Compare
Choose a tag to compare
  • Fixed transposition table bug.
  • Greatly improved performance.

Qt-Gomoku v1.1.7

17 Oct 07:43
Compare
Choose a tag to compare
  • Performance improvement.

Qt-Gomoku v1.1.6

15 Oct 14:15
Compare
Choose a tag to compare
  • Fixed continuous null move pruning.
  • Introducing adaptive null move pruning.

Qt-Gomoku v1.1.5

05 Oct 04:51
Compare
Choose a tag to compare
  • Increased branching factor
  • Reduced search depth

Qt-Gomoku v1.1.4

04 Oct 06:47
Compare
Choose a tag to compare
  • Cancel concurrent for a new game to avoid the cache race condiction.

Qt-Gomoku v1.1.3

03 Oct 16:26
Compare
Choose a tag to compare
  • Expand transposition table.