Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
Bench: 4833846
  • Loading branch information
cosmobobak committed Oct 5, 2024
1 parent 5bf9444 commit bc304b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ impl Board {
&& depth <= info.conf.see_depth
&& move_picker.stage > Stage::YieldGoodCaptures
&& self.threats().all.contains_square(m.to())
&& !self.static_exchange_eval(m, see_table[usize::from(is_quiet)] + stat_score / 32)
&& !self.static_exchange_eval(m, see_table[usize::from(is_quiet)] - stat_score / 32)
{
continue;
}
Expand Down

0 comments on commit bc304b3

Please sign in to comment.