Chess engine: Blunder 8.0.0 (Windows, Mac, Linux)

Blunder - UCI chess engine Author: Christian Dean, Rating CEDR= 2569 v.8.0.0 This release is very similar in spirit to that of 5.0.0, in the sense that much of the work done has been improvement and optimization of the code base through slow, large-scale refactoring, which has brought about Elo gains, although several new strength-gaining features have been implemented. Blunder 8.0.0 is estimated to be about 50 Elo stronger than 7.6.0 at bullet time controls. It'd be impossible to list every last change, but a summary of some of the major areas will be listed below. Improvements to Blunder's move generator have been made, improving it's speed by 10-15%. Thanks in particular to Koivisto, for giving me the idea to store the hash of a position as part of it's irreversible state, leading to a nice speed increase. Small tweaks have been made to the UCI that's made it a bit more user friendly and hopefully more straightforward to use. Magic bitboard generation code and ...