Skip to content

Releases: BlueTot/bluebot-chess-engine

BlueBot v0.36

11 Apr 20:25

Choose a tag to compare

  • Added aspiration windows with window value of 1/4 pawn
  • Speed increased by at least 8-10%, 30% at maximum.

BlueBot v0.34

09 Apr 09:56

Choose a tag to compare

  • Added transposition table
  • Merged principal variation move ordering with transposition table
  • Added killer heuristic move ordering
  • Beat Komodo 17 (2100 elo) and Fairy Stockfish 6 on lichess

BlueBot v0.29

07 Apr 21:11
db0d01f

Choose a tag to compare

  • Added principal variation move ordering
  • Added iterative deepening
  • Depth 5 search sped up by at least 10% and Depth 6 search sped up by at least 50%
  • Best used with pypy3 instead of normal python

BlueBot v0.22

20 Aug 01:49
632ef96

Choose a tag to compare

  • Added null move pruning
  • Decreased time to compute a move by at least 50%

BlueBot v0.20

09 Jul 10:46
175dd71

Choose a tag to compare

  • Removed depth 3 limit on quiescence search
  • Managed to beat Komodo 12 (1600 elo) on chess.com

BlueBot v0.18

08 Jul 19:25
1a8ba87

Choose a tag to compare

  • Fixed bug in quiescence search that caused more blunders and instability
  • Managed to beat Komodo 11 (1500 elo) on chess.com

BlueBot v0.15

27 Apr 08:00
8681824

Choose a tag to compare

Fixes:

  • Increased depth of search function to depth 4
  • Faster search speed
  • Added move sorting

BlueBot v0.11

24 Apr 16:49
6e3ca3b

Choose a tag to compare

First public release of BlueBot

Fixes:

  • Rating increased by ~200 elo and doubled its speed compared to v0.9 (rating ~1200)