Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 415 Bytes

Chesser-GO

Simple PVS search engine written in GO

What works

  • Negamax search
  • Transition tables
  • Quiscence search
  • Late move pruning

Move ordering

  • Hash moves
  • Captures by SEE
  • Promotions
  • Checks
  • Killer moves(2 tables)
  • ...

Evaluation

  • Material
  • Piece square tables
  • Static exchange evaluation
  • Double Pawns
  • Isolated Pawns