mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Use alpha instead of beta-1
It is more directly related to a fail-low. No functional change.
This commit is contained in:
parent
902c0566a6
commit
55eb7dd1e9
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ namespace {
|
|||
&& (ss-1)->reduction
|
||||
&& threatMove != MOVE_NONE
|
||||
&& allows(pos, (ss-1)->currentMove, threatMove))
|
||||
return beta - 1;
|
||||
return alpha;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue