mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Capture Stat Simplification- Bench: 5363761
This commit is contained in:
parent
8cfcca12d1
commit
87452f3a8c
1 changed files with 0 additions and 2 deletions
|
@ -580,8 +580,6 @@ namespace {
|
|||
{
|
||||
if (!pos.capture_or_promotion(ttMove))
|
||||
update_stats(pos, ss, ttMove, nullptr, 0, stat_bonus(depth));
|
||||
else
|
||||
update_capture_stats(pos, ttMove, nullptr, 0, stat_bonus(depth));
|
||||
|
||||
// Extra penalty for a quiet TT move in previous ply when it gets refuted
|
||||
if ((ss-1)->moveCount == 1 && !pos.captured_piece())
|
||||
|
|
Loading…
Add table
Reference in a new issue