User Tools

Site Tools


chess:programming:search

Chess - Programming - Search

The object of Chess is to checkmate the other player, to avoid being checkmated, or to achieve a draw if that is the best thing given the circumstances.

A chess program selects moves via use of a search function.

  • A search function is a function that is passed information about the game, and tries to find the best move for side that the program is playing.

About Searching

Alpha-Beta

Binary Search using pthread

Minimax

Negamax

Quiescence Search


References

chess/programming/search.txt · Last modified: 2022/01/07 10:05 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki