]> git.sesse.net Git - stockfish/commitdiff
Remove Stat Reset at beta cutoff
authorVoyagerOne <excelgeek@gmail.com>
Thu, 27 May 2021 20:03:56 +0000 (16:03 -0400)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 28 May 2021 18:16:11 +0000 (20:16 +0200)
STC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 63936 W: 5350 L: 5288 D: 53298
Ptnml(0-2): 184, 4295, 22954, 4345, 190
https://tests.stockfishchess.org/tests/view/60affb4c12066fd299795c64

LTC:
LLR: 2.96 (-2.94,2.94) <-2.50,0.50>
Total: 35856 W: 1201 L: 1142 D: 33513
Ptnml(0-2): 7, 1031, 15795, 1086, 9
https://tests.stockfishchess.org/tests/view/60b0537812066fd299795cc6

closes https://github.com/official-stockfish/Stockfish/pull/3505

bench: 3831936

src/search.cpp

index 9de8cc9c092bf9b82e4db12d52bafd378af2dcb4..74a92bc6d0e3fc4ee38181afc699bc6dcf9b5228 100644 (file)
@@ -1273,7 +1273,6 @@ moves_loop: // When in check, search starts from here
               else
               {
                   assert(value >= beta); // Fail high
-                  ss->statScore = 0;
                   break;
               }
           }