1
0
Fork 0

Don't save EM eval in tt bench: 5329186

pull/3614/head
VoyagerOne 2021-07-12 14:44:29 -04:00 committed by GitHub
parent 8fc297c506
commit 7f8b32def3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ namespace {
ss->staticEval = eval = -(ss-1)->staticEval;
// Save static evaluation into transposition table
if(!excludedMove)
tte->save(posKey, VALUE_NONE, ss->ttPv, BOUND_NONE, DEPTH_NONE, MOVE_NONE, eval);
}