Shallow - winboard chess engine, Author - Dmitry Sultanov
Rating CEDR=2268
Rating CEDR=2268
v.5:
Engine is open-source, supports UCI and WinBoard protocols and uses the following main techniques
64-bits "magic" bitboard
Null-move
History pruning
popcount() command is used if CPU supports it
The following changes has been made from previous version:
Bugs fixed
Position evaluation improved
Multithreading added (up to 4 threads)
Comments
Post a Comment