]> git.sesse.net Git - stockfish/commit
Update search.cpp
authorVoyagerOne <excelgeek@gmail.com>
Mon, 14 May 2018 04:52:16 +0000 (06:52 +0200)
committerStéphane Nicolet <cassio@free.fr>
Mon, 14 May 2018 04:52:48 +0000 (06:52 +0200)
commitaacee91a5a295f1d9de2ea6dc0ca4a48e934e3b6
tree2341af59df957407ba19f84945582b96206c1e1e
parentbf01bd07551dd4e2d68d82b305cc5d89a4c23bb0
Update search.cpp

At PvNodes allow bonus for prior counter move that caused a fail low
for depth 1 and 2. Note : I did a speculative LTC on yellow STC patch
since history stats tend to be highly TC sensitive

STC (Yellow):
LLR: -2.96 (-2.94,2.94) [0.00,5.00]
Total: 64295 W: 13042 L: 12873 D: 38380
http://tests.stockfishchess.org/tests/view/5af507c80ebc5968e6524153

LTC:
LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 22407 W: 3413 L: 3211 D: 15783
http://tests.stockfishchess.org/tests/view/5af85dd40ebc591fdf408b87

Also use local variable excludedMove in NMP (marotear)

Bench:  5294316
src/search.cpp