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



Carp 3.01 Dev-2ce JA - new version chess engine (Windows and Linux)


Carp is a UCI-compatible didactic engine written in Rust, using a bitboard-based piece-centric approach.
The engine is built on top of a conventional Negamax search and uses a simple NNUE evaluation.
Carp uses a 768->(256x2)->1 perspective net trained with MarlinFlow. It fully relies on its own self-play data for training the network, and a datagen script (for windows, as its my more capable machine) for fen generation. All utilities for training the network are found in the Scripts directory. As of Carp 2.0, NNUE has compltely replaced the old HCE.
Rating Chess Engines Diary CEDR=3517

v.3.0.1:
This version removes Syzygy TB support for release executables, due to crashes on certain machines. Syzygy tablebases are still available through make syzygy, though the issue causing the crash is yet to be determined.

Carp 3.01 vs other engines:

Alexandria 5.0.020/48-848 Games
Arasan 24.021.5/42+142 Games
RofChade 3.113.5/42-1542 Games
Viridithas 11.0.018.5/40-340 Games
Caissa 1.13.111.5/34-1134 Games
Igel 3.5.010.5/32-1132 Games
Seer 2.7.012/30-630 Games
Altair 5.0.023.5/28+1928 Games
Koivisto 9.210.5/28-728 Games
Chess-System-Tal-28.5/28-1128 Games
Ethereal 14.258/28-1228 Games
Akimbo 0.6.019.5/26+1326 Games
Slowchess 2.99.5/26-726 Games
Mida 2.122/24+2024 Games
Booot 7.213/24+224 Games
Uralochka 3.40a8.5/24-724 Games
RubiChess 202309186/24-1224 Games
Freda 0.9922/22+2222 Games
Avalanche 2.0.016.5/22+1122 Games
AbbyStein 1.54/22-1422 Games
Critter 1.6a17.5/20+1520 Games


Jim Ablett compiles:
github:https://github.com/dede1751/carp/releases/tag/v3.0.1

Comments