Motor - UCI chess engine written in C++ 17 with (768 -> 32) x 2 -> 1 NNUE trained with
Currently requires Clang or GCC/MinGW compiler.
Rating Chess Engines Diary CEDR=2786
Engine contains legal movegen with [kidergarten bitboards](https://github.com/martinnovaak/motor/blob/main/chess_board/slider_attacks/kindergarten.md).
v.0.2.0:
New network (768 -> 64) x 2 - > 1
Mostly changes with tranposition tables. Added tt move ordering and tt into qs.
New aspiration window and lmp formulas.
Elo difference: 278.3 +/- 54.9
Thanks to Jim Ablett for the compilation
Comments
Post a Comment