mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Disable insert_pv
This way we avoid overwriting valuable TT entries which are needed to calculate exclusion search extension for pv. Mod - Orig: 483 - 410 (+28 elo!) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
9a46ac6b2c
commit
d0b8bc5fdf
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ namespace {
|
||||||
|
|
||||||
// Write PV to transposition table, in case the relevant entries have
|
// Write PV to transposition table, in case the relevant entries have
|
||||||
// been overwritten during the search.
|
// been overwritten during the search.
|
||||||
TT.insert_pv(p, ss[0].pv);
|
//TT.insert_pv(p, ss[0].pv);
|
||||||
|
|
||||||
if (AbortSearch)
|
if (AbortSearch)
|
||||||
break; // Value cannot be trusted. Break out immediately!
|
break; // Value cannot be trusted. Break out immediately!
|
||||||
|
|
Loading…
Add table
Reference in a new issue