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: Lumac0 13.2


 
Lumac0 - UCI chess engine

General Information
Lumac0 is a chess engine written from scratch in C++ by dbenson42 https://github.com/dbenson42.
It is also avalaible on [Lichess](https://lichess.org/@/Lumac0), and it's rated around 1850 points. The engine is under continous improvement, and still needs a lot of optimizations.
## How to compile Lumac0 doesn't require any third party library, all you need in order to compile it is a c++ compiler, preferably g++.

v.13.2:
Fixed bug in the changeturn() function
Changed and improved LMR mechanichs and values
Improved Hash Table handling.



Comments