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: Cadabra 2.0.0

 


Cadabra - UCI engine, author: Joachim Enggaard Nebel
Cadabra is a chess engine writen entirely in rust, and is the successor to my first engine [JENCE](https://github.com/PQNebel/JENChessEngine).
If you are lucky, Cadabra is online on [Lichess](https://lichess.org/@/CadabraBot).

Cadabra is listed on CCRL with the following rating: 1442

Usage
The engine is designed to be used with a UCI compliant GUI. This program does not provide one. GUIs I have used for testing are Arena, CuteChess and Lucas Chess, but many others are available.

Precompiled binaries are provided under [releases](https://github.com/JENebel/Cadabra/releases). The BMI2 versions are prefferable, but may not be supported on older machines.

These options are available through the GUI used, or can be manually changed if run in CLI.
  - Hash table size
  - Sets the hash table size to the desired amount of MBs
  - Default is 16 MB
  - "setoption name Hash value 128"
  - Thread count
  - Sets the amount of threads to the desired count
  - Default is 1
  - "setoption name Threads value 4"
  - Clear hash
  - Simply clears the internal hash table
  - "setoption name Clear Hash"


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!