User Tools

Site Tools


chess:programming:move_ordering

This is an old revision of the document!


Chess - Programming - Move Ordering

Move Ordering


  • Add an extensive move ordering algorithm to the root moves.
    • Does not matter how expensive this is, since it will not be done much, compared to to the millions of ordinary nodes.

  • Break out after the 1st or 2nd ply from the AlphaBeta search and take top few candidates?

  • Do a Quiescence search on all moves and order by the values it returns.
    • Bring the PV move up front if not there already.
    • Count the nodes each move causes and order by that.
    • Try various combinations (Quiescence score with some scale for lower plies, and node counts deeper depths).
chess/programming/move_ordering.1641487819.txt.gz · Last modified: 2022/01/06 16:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki