mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Revert store of distinct upper and lower bounds
Test by Joona prooves the new feature don't value 70 added lines of code. Grand totals after 10040 games (crashes: 0) for tt_both master_9edc7 - 6a93488_6a934: 1756 - 1688 - 6596 ELO +2 (+- 2.7) Confirmed by test of Gary: After 8680 games: ELO: 0.80 +- 99%: 9.62 95%: 7.31 LOS: 65.38% Wins: 1288 Losses: 1268 Draws: 6130 Thanks a lot to both for testing it !!! bench 5149248
This commit is contained in:
@@ -164,7 +164,7 @@ enum Bound {
|
||||
BOUND_NONE = 0,
|
||||
BOUND_UPPER = 1,
|
||||
BOUND_LOWER = 2,
|
||||
BOUND_EXACT = BOUND_UPPER | BOUND_LOWER | 4
|
||||
BOUND_EXACT = BOUND_UPPER | BOUND_LOWER
|
||||
};
|
||||
|
||||
enum Value {
|
||||
|
||||
Reference in New Issue
Block a user