QuintBot is a chess engine developed in C++ and inspired by the video Coding Adventure by Sebastian Lague.
Rating CEDR=1951
v.1.1.0:
Features
Returned manual move overhead
Much lower TT entry size
Compatibility with other (all?) compilers through removing intrinsic functions
Improved move ordering
Bug fixes
Don't abort search when a quicker mate might be available
Fixed king safety evaluation bugs
Fixed TT 50-move-rule bug resulting in illegal moves
Related features/bug fixes
Major QuintTest improvements
LOS
Pool infrastructure
Automatic task size
Better output format
Tuning engines with parameters (incomplete)
Better error handling
Refactoring
Evaluation: piece values
Comments
Post a Comment