CHAP

Brief: Performs traditional (human-like) chess analysis
Jump To: Parent Description
Code: GitHub

  • This system performs human-like chess analysis. It reasons about position and displays the strengths and weaknesses, etc. It differs from usual computer chess in that it employs positional theorem proving and language based reasoning, as opposed to pure minimax type model-checking, which is deemed too simplistic.