Chess engine: Redfish 210921
Redfish is an open-source chess engine written in C++.
Author:
Redfish (with reference to the popular stockfish project) is a chess engine that I created out of interest for game theory and to strengthen my C++ programming capabilities.
It uses a combination of 0x88 and bitboards as board representation, alpha-beta-pruning as search algorithm on the tree of possible game states and a simple piece-counting evaluation function.
Redfish is licensed under the GNU General Public License v3.0. See LICENSE.txt for details.
Individual statistics: Redfish 210921 - 30 games (+ 1,= 29,- 0), 51.7 %
Cfish 290721 : 2 (+ 0,= 2,- 0), 50.0 %
Bluefish 180921 : 2 (+ 0,= 2,- 0), 50.0 %
Stockfish 14.1 : 2 (+ 0,= 2,- 0), 50.0 %
SugaR AI 2.50 : 2 (+ 0,= 2,- 0), 50.0 %
Fisherov 0.98j : 2 (+ 0,= 2,- 0), 50.0 %
Dragon 2.6 : 2 (+ 0,= 2,- 0), 50.0 %
Lc0 0.28.2 : 2 (+ 0,= 2,- 0), 50.0 %
Swordfish 14.7 : 2 (+ 0,= 2,- 0), 50.0 %
Blue Marlin 14.7 : 2 (+ 0,= 2,- 0), 50.0 %
CorChess 100122 : 2 (+ 0,= 2,- 0), 50.0 %
Raubfisch X48c2 : 2 (+ 1,= 1,- 0), 75.0 %
ShashChess 20.2 : 2 (+ 0,= 2,- 0), 50.0 %
BrainLearn 15.2 : 2 (+ 0,= 2,- 0), 50.0 %
Fat Titz 130122 : 2 (+ 0,= 2,- 0), 50.0 %
Eman 7.80 : 2 (+ 0,= 2,- 0), 50.0 %
Sample game: Fisherov 0.98j - Redfish 210921 1/2 (time:15'+10")
Fisherov 0.98j3507–Redfish 2109213400½–½C672022.01.24.DellArenaStrongEnginesTourna1DESKTOP-AU8L67R30.01.2022
[%evp
0,154,28,9,20,19,25,12,22,3,40,38,50,68,66,63,56,61,61,61,87,91,89,90,
79,84,86,66,58,92,65,60,77,30,37,16,7,0,0,4,0,0,8,0,0,0,0,-2,-13,0,0,0,0,0,27,
15,40,29,29,29,29,29,29,29,29,12,36,36,29,29,29,29,29,29,29,29,29,29,29,0,50,
29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,0,40,29,29,29,29,29,29,29,29,
29,29,29,29,29,29,0,29,0,0,0,0,0,40,42,43,47,29,35,47,58,53,54,59,54,59,58,59,
67,59,60,46,56,50,62,73,0,0,-3,64,-8,-8,0,68,56,65,58,57,48,68] 1.e4 e5 2.f3 c6 3.b5 f6 4.0-0 xe4 5.d4 d6 6.xc6 dxc6 7.dxe5 f5 8.xd8+ xd8 9.c3 d7 10.h3 h6 11.b3 c8 12.b2 b6 13.ad1 c5 14.d5 a5 15.fe1 e6 16.a4 g5 17.g4 e7 18.e3 g6 19.g2 b7 20.g3 b8 21.c4 a8 22.d5 e7 23.xe7 xe7 24.d2 g6 25.e4 ad8 26.f3 hg8 27.f6 xd1 28.xd1 a8 29.d2 h8 30.c3 c8 31.h5 e8 32.f2 f8 33.e3 h8 34.e4 b7 35.f6 c8 36.b2 a7 37.e3 b7 38.e4 a7 39.d1 f4 40.e3 b7 41.d2 g6 42.c3 a6 43.d1 b7 44.d3 a6 45.b2 f4 46.d2 g6 47.d1 a7 48.e4 f4 49.e3 e6 50.e4 b7 51.d2 g6 52.c3 c8 53.f6 b7 54.e4 c8 55.d1 a7 56.d5 b8 57.b2 e8 58.f4 gxf4 59.xf4 xf4 60.xf4 g8 61.c3 b7 62.d3 e6 63.e1 c6 64.h4 c8 65.c3 d7 66.d3+ c8 67.d1 e8 68.f6 c7 69.h4 b5 70.e1 b6 71.d6 bxa4 72.bxa4 h8 73.c3 a8 74.d2 g8 75.e3 xc4 76.xh6 b3 77.f6 xa4 78.xf7 b3 79.f6 a4 80.c1 d8 81.h4 d4+ 82.g5 e4 83.f5 d1 84.f1 xg4+ 85.f6 e2 86.e1 f3 87.h5 a3 88.xa3 f4+ 89.e6 h4 90.b1+ a5 91.xc5 xh5 92.e3 a4 93.d6 h1 94.xh1 xh1 95.e6 d5 96.e7 f7 97.xc6 b3 98.d7 c4 99.e8 xe8+ ½–½
Comments
Post a Comment