mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Always extend full ply in PV
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
58452de86d
commit
8b3fdec7ec
1 changed files with 1 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ namespace {
|
|||
{
|
||||
Value excValue = search(pos, ss, ttValue - OnlyMoveMargin, Max(Min(depth / 2, depth - 4 * OnePly), OnePly), ply, false, threadID, tte->move());
|
||||
if (excValue < ttValue - OnlyMoveMargin)
|
||||
ext = (depth >= 8 * OnePly)? OnePly : ext + OnePly / 2;
|
||||
ext = OnePly;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue