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.5.0 (Windows and Linux)

 


Lambergar - UCI chess engine  Rating CEDR=2623
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.5.0:
Builds
Currently there are two basic builds: vintage and popcnt. The vintage version is for really old computers, while popcnt is for modern computers.

Main Features
Improved evaluation function: Now includes tuned:
Piece values
PSQT (Positional Square Table)
Pawn evaluation:
Passers
Isolated pawns
Blocked pawns
Supported pawns
Evaluation of pawn phalanx
Piece mobility
Piece attacking evaluation
Basic king safety
Some minor improvements: Search function, history heuristics, and move sorting
Time controls: improved time controls

github:https://github.com/jabolcni/Lambergar/releases/tag/v0.5.0

Comments