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.3.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.3.0:
New network size: (768 -> 256) x 2 -> 1
History gravity + 1-ply conthist
New LMR changes
Improving boolean

Fixed movegen bug (enpassant with double discovery check).
Fixed search in max depth.

Motor 0.3.0 download


Comments