Skip to content

Commit

Permalink
bench: 1299242
Browse files Browse the repository at this point in the history
bench: 1299242
  • Loading branch information
FauziAkram authored Oct 13, 2024
1 parent 9766db8 commit 9b78c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Value Eval::evaluate(const Eval::NNUE::Networks& networks,

// Blend optimism and eval with nnue complexity
int nnueComplexity = std::abs(psqt - positional);
optimism += optimism * nnueComplexity / (smallNet ? 430 : 474);
optimism += optimism * nnueComplexity / 468;
nnue -= nnue * nnueComplexity / (smallNet ? 20233 : 17879);

int material = (smallNet ? 553 : 532) * pos.count<PAWN>() + pos.non_pawn_material();
Expand Down

0 comments on commit 9b78c2b

Please sign in to comment.