Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As a note, current 2 LMR conditions on stat score could be simplified in a single line: r -= ((ss->statScore >= 0) - ((ss-1)->statScore >= 0)) * ONE_PLY; We keep them splitted in 2 "if" statements because are easier to (immediately) read. No functional change.
- Loading branch information