A chess engine who is better than dhgf.
cd client
pnpm devcd server
cargo runTo test the engine, run
cargo testPlay against the engine with, for example
cargo play -- --side w --ponder 1000 --smp --threads 72The engine will ponder for 1000ms per move and perform parallel search with 72 threads.
Run self-play with
cargo selfplayPlay against Stockfish with
cargo stockfishTo analyze a position
cargo analyze -- -f <fen>