Skip to content

Releases: TomMago/GobyChess

v1.1

06 May 11:59
Compare
Choose a tag to compare
  • Quiescent search
  • Negascout search with moveordering
  • Fix to always go for fastest mate

v1.0

03 May 14:26
Compare
Choose a tag to compare
  • Alpha beta without move ordering
  • No quiecent search
  • Piece square table evalutation
  • Basic UCI implementation
  • Heuristic time management based on measurements of average move time for different depths
  • Bottleneck: Checking for mate in evaluation function