mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Further increase SEE prune depth
After 16000 games at 60+0.05 ELO: 2.89 +-5.4 (95%) LOS: 96.5% Total: 16000 W: 2775 L: 2642 D: 10583 bench: 5442365
This commit is contained in:
parent
d2eeef89aa
commit
0586b51f9c
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ split_point_start: // At split points actual search starts from here
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prune moves with negative SEE at low depths
|
// Prune moves with negative SEE at low depths
|
||||||
if ( predictedDepth < 3 * ONE_PLY
|
if ( predictedDepth < 4 * ONE_PLY
|
||||||
&& pos.see_sign(move) < 0)
|
&& pos.see_sign(move) < 0)
|
||||||
{
|
{
|
||||||
if (SpNode)
|
if (SpNode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue