Thrawn - UCI chess engine
Chess engine in c++ that uses a bitboard data structure and a piece square tables evaluation (nnue in the future)
Rating CEDR=2415
v.2.0:
~2500+ ELO
nnue file is found in: Thrawn_v2.0_source_code/src
new changes
fixed zero evaluation blundering bug
embedded NNUE (using pure NNUE evaluation)
no-hashmove reduction
reverse futility pruning / static null move pruning
late move pruning
Comments
Post a Comment