Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



New version chess Engine: Uralochka 3.42 dev.9 JA



Uralochka - UCI chess engine
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.129.5/66-766 Games
Caissa 1.2127.5/61-661 Games
Berserk 2024111923.5/56-956 Games
Alexandria 7.1.023.5/56-956 Games
Velvet 8.1.1 JA29.5/54+554 Games
Viridithas 15.0.026.5/54-154 Games
Motor 0.8.0 JA26/54-254 Games
Lizard 11.125/50+050 Games
Clover 8.1 JA18.5/38-138 Games
Spaghet BologNNese 1.016.5/36-336 Games
Titan 1.1.018.5/34+334 Games
Arasan 24.2.2 JA18/34+234 Games
RubiChess 2024081716.5/34-134 Games
Stormphrax 6.0.016/32+032 Games
Starzix 6.016/32+032 Games
Integral v615/32-232 Games
Rebel-EAS 2.016/30+230 Games
Fire 1016/26+626 Games
Dragon 3.311.5/26-326 Games
Obsidian 14.23 SE10.5/26-526 Games
Integral v512/24+024 Games
Stockfish 178/23-723 Games
Artemis 4TR8.5/22-522 Games
Obsidian 14.05 SE8/21-521 Games
Igel 3.6.0 JA10.5/20+120 Games


Comments

Post a Comment