We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix a regression in aspiration window
Remove findBetween function Remove deprecated TickDuration.
Use pseudo move generation Use better move ordering: refutation, hash move at root, etc. Add simple comments to each function
Remove chess960 guess
Correct display of score & pv after a search interruption
Remove @Property decoration (c) 2022
Poll remaining time from qsearch to avoid time losses
Update README.md
Add LMP (Late Move Pruning) Code simplification : mix pvsRoot into pvs, etc.