]> git.sesse.net Git - stockfish/commitdiff
Simplification away Cutoff Reset
authorVoyagerOne <excelgeek@gmail.com>
Mon, 14 Nov 2022 13:11:27 +0000 (08:11 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 19 Nov 2022 08:29:04 +0000 (09:29 +0100)
STC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 150184 W: 39913 L: 39819 D: 70452
Ptnml(0-2): 493, 16796, 40474, 16782, 547
https://tests.stockfishchess.org/tests/view/63723e9e54d69a2f33911d3c

LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 58880 W: 15890 L: 15717 D: 27273
Ptnml(0-2): 35, 5765, 17659, 5954, 27
https://tests.stockfishchess.org/tests/view/6373baf49849fa7a36a65427

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

Bench: 4035152

src/search.cpp

index 5839763dc7fd647fa8e91d92cb874e54368c1126..fa87f1c3f0f3a4aced851f4ef795d08c8f5a568d 100644 (file)
@@ -1295,8 +1295,6 @@ moves_loop: // When in check, search starts here
               }
           }
       }
-      else
-         ss->cutoffCnt = 0;
 
 
       // If the move is worse than some previously searched move, remember it to update its stats later