Skip to content

1.7

Compare
Choose a tag to compare
@sandermvdb sandermvdb released this 28 Dec 19:33
· 7 commits to master since this release
  • fixed a futility pruning bug
  • no quiescence search when in check
  • use move history score for LMR and futility pruning
  • implemented a pawn endgame extension
  • implemented currmove UCI command
  • improved time management
  • improved evaluation
    • hanging pieces
    • discovered checks
    • knight forks
    • rook prison
    • skewed pieces
    • certain endgames
  • fixed some crashes
  • split-up methods into smaller ones for better inlining (suggested by JITWatch)