Restore lambda and gradient function post-merge and minor fixes.

bench: 3788313
This commit is contained in:
noobpwnftw
2020-09-26 10:03:03 +08:00
committed by nodchip
parent d1967bb281
commit 5e8a49f7f2
15 changed files with 170 additions and 36 deletions

View File

@@ -1013,6 +1013,7 @@ void Position::do_null_move(StateInfo& newSt) {
{
st->key ^= Zobrist::enpassant[file_of(st->epSquare)];
st->epSquare = SQ_NONE;
st->accumulator.computed_accumulation = false;
}
st->key ^= Zobrist::side;