Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



Chess engine: Motor 0.2.0

 


MotorUCI 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

Motor 0.2.0 download


Comments