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: Chess-dot cpp 4.1.0 JA

Chess.cpp is a C++ chess engine made from scratch. It uses a lot of common chess engine tecniques used many other engines, with a little bit of original ideas sprinkled in.

Author: Gediminas Masaitis

Version 1: Using an evaluation smilar to but adapted for bitboards, incrementally building up search features. Final ELO ~2680

Version 2: Using a handcrafted evaluation optimised by Texel tuning. Enabled multithreaded search with lazy SMP. Final ELO ~2930 1CPU, ~3000 4CPU, ~3040 12CPU

Version 3: Using a NNUE evaluation trained on self-generated data. 

Jim Ablett compiles


Comments