Astra is a UCI-compliant chess engine written in C++. "Per aspera ad Astra."
Compile the code yourself for better performance.
git clone https://github.com/h1me01/Astra.git
cd Astra/src
make pgo
I had to remove the versions prior to 3.0 due to inefficient compiling.
- Stockfish
- Koivisto
- Fathom
- CudAD - Used to train NNUE for versions above 3.3
- Chess Programming Wiki