Author: Ivan Maklyakov Rating Chess Engines Diary CEDR=3644
UCI-compatible chess engine using Alpha-beta search and NNUE-like neural network.
The engine implements:
Basic control options (search to depth, time per move, time per game, time per N moves).
Support for Syzygy endgame tables.
Multithreading.
Builds for different processor extensions (SSE, AVX2, AVX512) and operating systems (Windows, Linux).
Engine architecture (everything is like most engines of this level):
Position representation and move generation - magic beatboards.
Sorting moves: moves from the transposition table, good captures by SEE, killer moves, quiet moves by history, bad captures by SEE.
Search - PVS, Aspiration search, Quiescence Search. And all possible abbreviations and cuts in the search (Null move, Static null move, abbreviations for quiet moves, Futility pruning, SEE prunung, LMR for quiet moves).
Transposition table for sorting moves, cuttings and for evaluation caching.
Multithreading - Lazy SMP.
Evaluation - a neural network similar to NNUE of the first versions with HalfKP. Network architecture: (2x(12288x1024))x6. Input layer: KingAreaPieceColorPieceSquare 166264. Trained using the frameworks Keras (early versions) and PyTorch (latest versions) on data generated in games of the engine against itself (with added positions from games against other engines) with ultra-short control (8-9 half-moves). Implementation of inference in the engine using the accumulator principle and vector instructions (SSE, AVX).
HCE (not used now) - material, PSQT, king's pawn shield, attacks on the king, pawn structure, piece mobility. The weights were selected using the Texel engine method.
Uralochka 3.42 dev.7 vs other engines
PlentyChess 3.0.1 | 29.5/66 | -7 | 66 Games |
Caissa 1.21 | 27.5/61 | -6 | 61 Games |
Berserk 20241119 | 23.5/56 | -9 | 56 Games |
Alexandria 7.1.0 | 23.5/56 | -9 | 56 Games |
Velvet 8.1.1 JA | 29.5/54 | +5 | 54 Games |
Viridithas 15.0.0 | 26.5/54 | -1 | 54 Games |
Motor 0.8.0 JA | 26/54 | -2 | 54 Games |
Lizard 11.1 | 25/50 | +0 | 50 Games |
Clover 8.1 JA | 18.5/38 | -1 | 38 Games |
Spaghet BologNNese 1.0 | 16.5/36 | -3 | 36 Games |
Titan 1.1.0 | 18.5/34 | +3 | 34 Games |
Arasan 24.2.2 JA | 18/34 | +2 | 34 Games |
RubiChess 20240817 | 16.5/34 | -1 | 34 Games |
Stormphrax 6.0.0 | 16/32 | +0 | 32 Games |
Starzix 6.0 | 16/32 | +0 | 32 Games |
Integral v6 | 15/32 | -2 | 32 Games |
Rebel-EAS 2.0 | 16/30 | +2 | 30 Games |
Fire 10 | 16/26 | +6 | 26 Games |
Dragon 3.3 | 11.5/26 | -3 | 26 Games |
Obsidian 14.23 SE | 10.5/26 | -5 | 26 Games |
Integral v5 | 12/24 | +0 | 24 Games |
Stockfish 17 | 8/23 | -7 | 23 Games |
Artemis 4TR | 8.5/22 | -5 | 22 Games |
Obsidian 14.05 SE | 8/21 | -5 | 21 Games |
Igel 3.6.0 JA | 10.5/20 | +1 | 20 Games |
Jim Ablett compiles:
Uralochka 3.42 dev.9 JA - download
Uralochka 3.42 dev.9 JA - download
Wrong ip
ReplyDelete