Chess engine: Renegade 0.8.1
Renegade is a chess engine written in C++ using Visual Studio 2019. It values readability and simplicity, and uses the UCI protocol to communicate, making it easy to connect it to chess frontends. Under construction since October 7, 2022 and released publicly on January 15, 2023.
The project can be compiled using Visual Studio 2019 with C++20 features enabled. The engine makes heavy use of `popcnt` and `lzcnt` instructions, thus only processors from 2013 or so are supported, but the calls to these instructions are wrapped in a custom function, and replacing them with something more compatible is relatively straightforward. Currently only Windows binaries are compiled, but in the future I would like to make them for Linux as well.
Rating CEDR=2232 Author - Krisztian Peocz
Houdini 1.5a : 2 (+ 0,= 0,- 2), 0.0 %
ECE 20.1 : 2 (+ 0,= 0,- 2), 0.0 %
Fritz 17 : 2 (+ 0,= 0,- 2), 0.0 %
Hiarcs 15.5 : 2 (+ 0,= 0,- 2), 0.0 %
Coiled 1.1 : 2 (+ 0,= 0,- 2), 0.0 %
Lc0 0.29.0 : 2 (+ 0,= 0,- 2), 0.0 %
Raven 1.30 : 2 (+ 0,= 0,- 2), 0.0 %
Peacekeeper 1.1 : 2 (+ 0,= 0,- 2), 0.0 %
Akimbo 0.1.1 : 2 (+ 0,= 0,- 2), 0.0 %
BlackCore 5.0 : 4 (+ 0,= 0,- 4), 0.0 %
Stockfish dev-20230114 : 6 (+ 0,= 0,- 6), 0.0 %
4ku 1.1 : 1 (+ 1,= 0,- 0), 100.0 %
Igel 3.3.0 : 6 (+ 0,= 0,- 6), 0.0 %
Inanis 1.2.0 : 6 (+ 0,= 1,- 5), 8.3 %
Koivisto 9.0 : 4 (+ 0,= 0,- 4), 0.0 %
Polyfish 230115 : 6 (+ 0,= 0,- 6), 0.0 %
Caissa 1.5 : 6 (+ 0,= 0,- 6), 0.0 %
CorChess 20230114 : 2 (+ 0,= 0,- 2), 0.0 %
Charisma Saphir : 6 (+ 0,= 0,- 6), 0.0 %
ShashChess 27.2 : 6 (+ 0,= 0,- 6), 0.0 %
Koivisto 9.0 Ipman : 6 (+ 0,= 0,- 6), 0.0 %
Frozenight 6.0.0 : 8 (+ 0,= 0,- 8), 0.0 %
Fritz 18 Neuronal : 2 (+ 0,= 0,- 2), 0.0 %
Jangine 2023-01-15 : 6 (+ 3,= 2,- 1), 66.7 %
Mess 0.0.2 : 5 (+ 2,= 0,- 3), 40.0 %
Clovis II : 2 (+ 0,= 0,- 2), 0.0 %
Durandal 0.1.1 : 2 (+ 2,= 0,- 0), 100.0 %
Princhess 0.9.0 : 2 (+ 0,= 1,- 1), 25.0 %
Wasabi 1.5.0 : 2 (+ 0,= 0,- 2), 0.0 %
Sturddle 1.27 : 2 (+ 0,= 0,- 2), 0.0 %
Zagreus 2.0.0 alpha-2 : 2 (+ 2,= 0,- 0), 100.0 %
Comments
Post a Comment