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



Chess engine: Lambergar 0.6.0 (Windows and Linux)

 


Lambergar - UCI chess engine  Rating CEDR=2758
Lambergar is a chess engine developed in the Zig programming language. 

The name "Lambergar" is a nod to the Slovenian folk romance, Pegam and Lambergar, which recounts the epic struggle between Jan Vitovec and Krištof Lambergar (Lamberg). This narrative of fortitude and rivalry provided a fitting namesake for this chess engine.

Lambergar is licensed under the MIT License. Check out LICENSE.txt for the full text. Feel free to use this program, but please credit this repository in your project if you use it.

v.0.6.0:
Builds
Currently there are three builds:

x86-64-v3: AVX2 support, best for using with NN evaluation and should be a preferred choice for best performance.
x86-64-v2: popcount support, suitable for modern computers.
x86-64-v1: vintage version is for really old computers.
Release Notes
This is quite a major release, if the testing of this release goes well, next release will be version v1.0.0. This release brings several important changes:

Introduction of NN for evaluation. It uses halfKP NNUE architecture, although half of the size typically used. While the architecture of NN is of NNUE type, the engine code for evaluation is actually missing the UE part. This is planned for next release.
Engine code can now be compiled with latest version of zig, which is version 0.13.0. The major problem in the past was that the engine code was written in such a manner that newer releases of zig when compiled introduce many calls of memcpy which significantly reduced the speed of the engine (see discussion on Ziggit). By using profiler I was able to identify the problematic parts of code and refactor it.
Engine code can now be compiled into Debug mode. While this seems obvious and trivial requirement and good coding practice, zig compiler is pretty robust and produces in most cases normally working executables, so this was not my main priority at the start of the programming the engine. However, later it become obvious that I need to fix the bugs to be able to keep the code in "good shape".
Several bug fixes, the major one being related how the time for a single move is calculated in time format with "moves to go". This has now been fixed and all time controls should work correctly. The rest of the bugs were mainly related to integer overflows, etc.
Estimated engine strength is around 3040-3060 ELO.

Lambergar 0.5.2 results:
Lynx 1.4.04/4+44 Games
Ciorap-Bot 0.34/4+44 Games
Fatalii 0.6.14/4+44 Games
Shallow 53.5/4+34 Games
Inanis 1.2.13.5/4+34 Games
Lux 4.23/4+24 Games
Devel 4.0.2.33/4+24 Games
Vengeance 3.0.03/4+24 Games
Supernova 2.42.5/4+14 Games
Journeyman 2.12.5/4+14 Games
Patricia 2.0.12.5/4+14 Games
OliThink 5.10.52/4+04 Games
Wize 1.01/4-24 Games
Jet 1.21/4-24 Games
Arasan 24.2.10/4-44 Games
Saturn 1.30/4-44 Games
Midnight 90/4-44 Games
Obsidian 12.00/4-44 Games
K2 0.992/2+22 Games
Rengar 1.3.02/2+22 Games
Clovis III2/2+22 Games


github:https://github.com/jabolcni/Lambergar/releases/

Comments

Popular posts from this blog

New Strong Engines Test, by Chess Engines Diary, 2024.04.12

New chess opening book: M11.2 (bin and ctg)

New version chess engine: Lc0 BT4

Dragon NNUE by Komodo Chess - it's free!