Skip to content

Releases: PraxTube/chess-ai

v0.4.0 Optimized AI

19 Jul 05:37
1be0468
Compare
Choose a tag to compare

Primairly focused on the AI improvements in both strength and speed.

Managed to make the AI both stronger and faster by implementing the following changes:

  • Various evaluation function improvements
  • PVS/negamax
  • Nullsearch
  • MCTS

v0.3.0 Advanced AI

18 May 16:19
426ac1d
Compare
Choose a tag to compare

Implemented the following changes

  • Restructure chess backend
  • Improve move ordering
  • Improve evaluation

Huge increase in performance as a result of these changes.

v0.1.0 - Dummy AI

11 May 07:08
Compare
Choose a tag to compare

The first milestone in create a chess AI.

Only the chess engine and a dummy AI is implemented.