]> git.sesse.net Git - stockfish/commit
Reorder evasions
authorMarco Costalba <mcostalba@gmail.com>
Sat, 31 Oct 2009 09:51:04 +0000 (10:51 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 1 Nov 2009 20:08:30 +0000 (21:08 +0100)
commit70b7404a63b74a57d4e1d0b9192b00837e9a1af8
tree35526ca8d106e7d20d65f8553e871f15bf9ae426
parentdddaeff7d8d4a0c255310d054a53066296e71004
Reorder evasions

Always try ttMove as first. Then try good captures ordered
by MVV/LVA, then non-captures if destination square is not
under attack, ordered by history value, and at the end
bad-captures and non-captures with a negative SEE. This
last group is ordered by the SEE score.

After 999 games at 1+0
Mod vs Orig +254 =546 -199 +19 ELO

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movepick.cpp