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: Carp 3.0.1 (Windows, MacOS and Linux)


Carp 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 CEDR=3071

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.

Check out the v3.0.0 patch notes for the changes from v2.0.0

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

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!