Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 729 Bytes

Astra Chess Engine

Astra is a UCI-compliant chess engine written in C++. "Per aspera ad Astra."

Compiling

Compile the code yourself for better performance.

git clone https://github.com/h1me01/Astra.git
cd Astra/src
make pgo

NNUE

  • Version starting from 5.0 use a self-implemented Neural Network Trainer
  • Versions below 5.0 used CudAD
  • Versions below 4.0 used Pytorch-Neural-Network

Credits