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



StockDroy - Strong Neural Network Chess Engine (only src)

 

StockDroy, the mark of strength and efficiency, emerges as a proficient chess engine reengineered in C++ from its popular and mighty C# predecessor, StockNemo. Striving to ascend the peaks of excellence, StockDory serves as a testament to the spirit of continuous improvement, eliminating bugs and performance issues that blemished its otherwise remarkable predecessor.

Download the latest release and try it out for yourself! For maximum performance, compile the engine specifically for your hardware using the instructions below.

🛠️ Compiling

StockDory is written in C++ and uses CMake as its build system.

Requirements:

🏭 CMake >= 3.15

🐉 Clang (LLVM) >= 16.0.0

🥷 Ninja >= 1.10.2

Steps:

💾 Clone the repository

git clone https://github.com/TheBlackPlague/StockDory.git

🔦 Setup Build Process

cd StockDory

cmake -B Build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G Ninja

🪛 Compile

cmake --build Build --config Release

🏃‍♂️ Run

./Build/StockDory

Github: https://github.com/TheBlackPlague/StockDory


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!