]> git.sesse.net Git - stockfish/commit
Use std library to sort moves
authorMarco Costalba <mcostalba@gmail.com>
Thu, 14 Jul 2011 11:12:49 +0000 (12:12 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 14 Jul 2011 11:43:13 +0000 (12:43 +0100)
commitfbdabe2975c0e86a04b01c36c9f3eec5494ecf0d
tree43136562c202e4712d443c7ef8b060a374586151
parent0cfb30e5be9e66766b3b8e5870b5737b48b1b632
Use std library to sort moves

Functional change due to the fact that now pick_best() is
stable, but should be no change in strenght.

Example code and ideas by Rein Halbersma.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/bitboard.h
src/move.h
src/movepick.cpp
src/position.cpp
src/search.cpp