Chess engine: Leorik 3.0 (for Windows, Linux and Mac)
Leorik - UCI chess engine
Author-Thomas Jahn Rating CEDR=2998
v.3.0:
Leorik 3.0 replaces the previously used HCE with a NNUE based evaluation.
The architecture is (768->256)x2->1 which means that the network uses 768 inputs (2 colors x 6 piece-types x 64 squares) and one hidden layer of 256 neurons. It maintains two separate accumulators (from black's perspective and from white's perspective) and has two sets of output weights to allow the network to learn tempo. It uses quantization (16bit integers) and AVX2 intrinsics so that 16 "synapses" can be processed in parallel. And of course the two accumulators are updated "efficiently", that is incrementally, by adding and subtracting weights when a piece moves or captures.
The network was trained using Bullet on 622M labeled positions extracted from selfplay games.
Rating CEDR progres - Leorik
Demolito 2023-08-20 | 2/16 | -12 | 16 Games |
Caissa 1.13.1 | 0.5/16 | -15 | 16 Games |
Carp 3.0.1 | 0.5/16 | -15 | 16 Games |
Mida 2.1 | 8/14 | +2 | 14 Games |
Altair 5.0.0 | 2/14 | -10 | 14 Games |
Alexandria 5.0.0 | 0.5/14 | -13 | 14 Games |
Akimbo 0.6.0 | 1/12 | -10 | 12 Games |
Freda 0.99 | 10/10 | +10 | 10 Games |
AbbyStein 1.5 | 0.5/10 | -9 | 10 Games |
Raid 2.76i_X | 0/10 | -10 | 10 Games |
Tofiks 1.2.0 | 8/8 | +8 | 8 Games |
Chers 0.6.1 | 8/8 | +8 | 8 Games |
Odonata 0.7.0 | 6.5/8 | +5 | 8 Games |
Hazard 2.06 | 0.5/8 | -7 | 8 Games |
Stormphrax 2.0.0 | 0/8 | -8 | 8 Games |
Avalanche 2.0.0 | 0/8 | -8 | 8 Games |
RofChade 3.1 | 0/8 | -8 | 8 Games |
Reckless 0.2.0 | 6/6 | +6 | 6 Games |
Asymptote 0.8 | 4/6 | +2 | 6 Games |
Princhess 0.13.0 | 2.5/6 | -1 | 6 Games |
Texel 1.10 | 1/6 | -4 | 6 Games |
github:https://github.com/lithander/Leorik/releases/tag/3.0
Comments
Post a Comment