Skip to content

ShashChess 26.1

Compare
Choose a tag to compare
@amchess amchess released this 26 Nov 19:24
· 84 commits to master since this release

ShashChess 26.1
Improved optimism based on Shashin and alignement score/gui.
Fixed Opening Variety

Stockfish patch
Correctly output lowerbound/upperbound in threaded searches
fixes the lowerbound/upperbound output by taking the alpha,beta bracket
into account also if a bestThread is selected that is different from the master thread.

Instead of keeping track which bounds where used in the specific search,
in this version we simply store the quality (exact, upperbound,
lowerbound) of the score along with the actual score as information on
rootMove.

closes #4239

No functional change