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.14


Uralochka - UCI chess engine
Author: Ivan Maklyakov  Rating Chess Engines Diary CEDR=3645

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.9 JA vs other engines

Koivisto 9.2 JA6.5/12+112 Games
Starzix 6.1 JA5.5/12-112 Games
Obsidian 16.04/12-412 Games
Critter 1.6a9.5/10+910 Games
Turbulence 0.0.77/10+410 Games
Bagatur 5.2 JA6.5/10+310 Games
Halogen 12.23.0 JA6.5/10+310 Games
Zangdar 4.016.5/10+310 Games
Quanticade Orion 2.04.5/10-110 Games
Killfish PB 2005251/2+02 Games
DarkSeid 6.01/2+02 Games
Obsidian 16.011/2+02 Games
Cool Iris v190.5/2-12 Games
Artemis 15TR0.5/2-12 Games
RapTora 60.5/2-12 Games
SF PB 2505250.5/2-12 Games
SF-PRO2 02.05.20250.5/2-12 Games
Stockfish dev-202505230.5/2-12 Games
TROY 1805250.5/2-12 Games



Comments