Author: Evan Fung
Release Date: 2024-12-16
Language: C++
Protocol: UCI
Repo Owner: 0mn1verze
Repo URL: https://github.com/0mn1verze/Maestro-Chess-Engine

Fix Logs

  • Added singular extension search
  • Fixed capture move bug in late move reductions
  • Refactored files like hash.cpp and eval.cpp
  • Improved staged move generation
  • Fixed other search bugs

Match Results

Maestro vs Rybka 2.3.2a 64bit:

  • 0.30/0.3 time controls on a i7-10750H with turbo boost on
  • WDL ratio: 23 – 3 – 4

Use Tips

  • Put the exe file, nnue file, and the bin file in the same folder for it to run correctly.
  • Please see the manual for UCI Commands
  • Website Demo

Custom commands

  • “b” – print board
  • “bench” – benchmarking move generation using positions from bench.csv

Performance

  • Rough estimate of 3000 elo

https://github.com/0mn1verze/Maestro-Chess-Engine/releases/download/V1.3/bench.csv
https://github.com/0mn1verze/Maestro-Chess-Engine/releases/download/V1.3/Maestro.exe
https://github.com/0mn1verze/Maestro-Chess-Engine/releases/download/V1.3/nn-eba324f53044.nnue
https://github.com/0mn1verze/Maestro-Chess-Engine/releases/download/V1.3/OPTIMUS2403.bin
https://github.com/0mn1verze/Maestro-Chess-Engine/archive/refs/tags/V1.3.zip
https://github.com/0mn1verze/Maestro-Chess-Engine/archive/refs/tags/V1.3.tar.gz

2024 FIDE Chess World Championship

                            1 2 3 4 5 6 7 8 9 0 1 2 3 4
1   Gukesh D    2783   -30  0 ½ 1 ½ ½ ½ ½ ½ ½ ½ 1 0 ½ 1    7.5/14
2   Ding,Liren  2728   +30  1 ½ 0 ½ ½ ½ ½ ½ ½ ½ 0 1 ½ 0    6.5/14

All 14 games (with evaluations and clock times):
https://www.mediafire.com/file/z60gn9zrw6iifq2/2024-fide-world-championship.pgn/file

Ding Liren (2728) – Gukesh Dommaraju (2783)
November 25 – December 13, 2024
Resorts World Sentosa, Singapore
Organized by Singapore Chess Federation
https://worldchampionship.fide.com/
https://en.wikipedia.org/wiki/World_Chess_Championship_2024

1819 games of Ding Liren (with evaluations and novelties):
https://www.mediafire.com/file/vwss0ydl0a9wqzu/ding-liren.pgn/file

2256 games of Gukesh Dommaraju (with evaluations and novelties):
https://www.mediafire.com/file/lwkhavsznlat9o3/gukesh-dommaraju.pgn/file

Rank Name                          Elo     +/-   Games   Score    Draw
   0 Crystal 7 CMB                 246       2  170000   80.4%   18.8%
   1 Velvet 8.1.1                   15       5   10000   52.2%   37.9%
   2 Velvet 8.1.0                   14       5   10000   52.0%   38.0%
   3 Viridithas 15.0.0            -145       6   10000   30.3%   32.5%
   4 Dragon 3.3                   -159       6   10000   28.6%   27.7%
   5 Dragon 3.2                   -160       6   10000   28.5%   27.9%
   6 Viridithas 14.0.1            -162       6   10000   28.3%   31.5%
   7 Dragon 3.1                   -192       6   10000   24.9%   24.8%
   8 Marvin 6.3.0                 -217       7   10000   22.3%   24.9%
   9 Dragon 3                     -257       7   10000   18.6%   19.5%
  10 Caissa 1.21                  -281       8   10000   16.5%   17.9%
  11 Caissa 1.20                  -325       8   10000   13.3%   15.1%
  12 Stockfish 16                 -560      15   10000    3.8%    4.8%
  13 Koivisto 9.2                 -577      15   10000    3.5%    4.5%
  14 Clover 8.1                   -600      16   10000    3.1%    3.8%
  15 Stockfish 17                 -608      16   10000    2.9%    3.9%
  16 Stockfish 16.1               -620      17   10000    2.7%    3.6%
  17 Berserk 13                   -771      27   10000    1.2%    1.3%

SPRT: llr 0 (0.0%), lbound -inf, ubound inf

Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz
Cores: 8
Logical processors: 16

CuteChess 1.3.1 CLI
TC: inf • Depth: 6 • 16 MB hash
No book • No adjudication • No tablebases • Ponder off • 4 concurrent
Opening suite: named-openings.pgn

All 170K Games:
https://www.mediafire.com/file/rizjr11g4word48/fdrl-241213-a1.zip/file

Author(s): Mattia Giambirtone
Release Date: 2024-12-13
Language: Nim
Protocol: UCI
Repo Owner: nocturn9x
Repo URL: https://git.nocturn9x.space/nocturn9x/heimdall

This release addresses a bug that I had inadvertently introduced while refactoring Heimdall’s SMP functionality. For simplicity (and my own sanity), I have reverted the change and switched back to the old way of spawning threads, which means they are re-created at every go command (inefficient, but at least it works!)

Please refer to 1.2’s release notes for an accurate changelog and strength improvements

https://git.nocturn9x.space/nocturn9x/heimdall/archive/1.2.2.zip
https://git.nocturn9x.space/nocturn9x/heimdall/archive/1.2.2.tar.gz
https://git.nocturn9x.space/nocturn9x/heimdall/releases/download/1.2.2/heimdall-linux-amd64
https://git.nocturn9x.space/nocturn9x/heimdall/releases/download/1.2.2/heimdall-linux-amd64-modern
https://git.nocturn9x.space/nocturn9x/heimdall/releases/download/1.2.2/heimdall-windows-amd64.exe
https://git.nocturn9x.space/nocturn9x/heimdall/releases/download/1.2.2/heimdall-windows-amd64-modern.exe

Author(s): Alcides Schulz (USA)
Release Date: 2024-12-12
Language: C
Protocol: UCI
Repo Owner: alcides-schulz
Repo URL: https://github.com/alcides-schulz/Tucano

It now returns to the version 10.00 neural network architecture but with the incremental evaluation update, and other search improvements.

In this release you will find the network file “tucano_nn03.bin” that has to be saved to the same folder as the executable file, or can be indicated in the parameters. Please review the readme.md file for more information.

Also includes executables for windows and linux (centos).
This version is stronger than previous 11.00 version.

https://github.com/alcides-schulz/Tucano/releases/download/12.00/tucano.1200.zip
https://github.com/alcides-schulz/Tucano/archive/refs/tags/12.00.zip
https://github.com/alcides-schulz/Tucano/archive/refs/tags/12.00.tar.gz

Rank Name                          Elo     +/-   Games   Score    Draw
   0 Stockfish 16                 -143       2  160000   30.5%   15.1%
   1 Velvet 8.1.0                  584      15   10000   96.7%    5.2%
   2 Velvet 8.1.1                  584      15   10000   96.6%    5.2%
   3 Dragon 3.3                    377       9   10000   89.8%   11.4%
   4 Dragon 3.2                    364       9   10000   89.1%   12.8%
   5 Dragon 3.1                    325       8   10000   86.7%   14.8%
   6 Viridithas 15.0.0             324       8   10000   86.6%   13.7%
   7 Viridithas 14.0.1             302       8   10000   85.1%   14.5%
   8 Marvin 6.3.0                  266       7   10000   82.2%   17.0%
   9 Dragon 3                      266       7   10000   82.2%   18.2%
  10 Caissa 1.21                   193       7   10000   75.2%   17.9%
  11 Caissa 1.20                   143       6   10000   69.5%   20.0%
  12 Stockfish 16.1                -74       6   10000   39.5%   20.3%
  13 Stockfish 17                  -74       6   10000   39.5%   20.2%
  14 Koivisto 9.2                  -83       6   10000   38.3%   21.6%
  15 Clover 8.1                   -124       6   10000   32.8%   18.8%
  16 Berserk 13                   -216       8   10000   22.4%   10.6%

SPRT: llr 0 (0.0%), lbound -inf, ubound inf

Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz
Cores: 8
Logical processors: 16

CuteChess 1.3.1 CLI
TC: inf • Depth: 6 • 16 MB hash
No book • No adjudication • No tablebases • Ponder off • 6 concurrent
Opening suite: named-openings.pgn

All 160K games:
https://www.mediafire.com/file/z8u8u4y7hc6jxqu/fdrl-241211-a1.zip/file

Rank Name                          Elo     +/-   Games   Score    Draw
   0 Stockfish 16.1               -232       2  150000   20.9%   16.2%
   1 Velvet 8.1.0                  670      17   10000   97.9%    3.9%
   2 Velvet 8.1.1                  625      16   10000   97.3%    4.1%
   3 Dragon 3.3                    469      11   10000   93.7%    9.0%
   4 Dragon 3.2                    460      11   10000   93.4%   10.0%
   5 Dragon 3.1                    430      10   10000   92.3%   11.6%
   6 Viridithas 15.0.0             392      10   10000   90.5%   11.3%
   7 Viridithas 14.0.1             386       9   10000   90.2%   11.8%
   8 Dragon 3                      366       9   10000   89.2%   15.0%
   9 Marvin 6.3.0                  362       9   10000   88.9%   14.4%
  10 Caissa 1.21                   257       7   10000   81.4%   16.1%
  11 Caissa 1.20                   216       7   10000   77.6%   18.4%
  12 Koivisto 9.2                   48       6   10000   56.8%   34.8%
  13 Clover 8.1                     14       6   10000   52.0%   34.5%
  14 Stockfish 17                    0       6   10000   50.0%   26.8%
  15 Berserk 13                   -102       6   10000   35.7%   20.8%

SPRT: llr 0 (0.0%), lbound -inf, ubound inf

Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz
Cores: 8
Logical processors: 16

CuteChess 1.3.1 CLI
TC: inf • Depth: 6 • 16 MB hash
No book • No adjudication • No tablebases • Ponder off • 6 concurrent
Opening suite: named-openings.pgn

All 150K games (with comments):
https://www.mediafire.com/file/zukzv5xumhq6pur/fdrl-241209-a1.zip/file