jazzyb / libforchess

A chess engine for the "ultimate social game".
GNU General Public License v3.0
0 stars 0 forks source link

Values in Moves #3

Closed jazzyb closed 12 years ago

jazzyb commented 12 years ago

When we first determine the moves available to a player, keep track of the value of the position after the move, e.g. the capture of a rook will be 500, the promotion of a pawn to a queen will be 800. This can allow us to order the moves in the mlist based on their immediate advantage and hopefully find the best moves faster.

jazzyb commented 12 years ago

Started branch topic-material to address this: https://github.com/jazzyb/libforchess/tree/topic-material