]> git.sesse.net Git - stockfish/commit
Sync qsearch with search
authorMarco Costalba <mcostalba@gmail.com>
Fri, 8 Jan 2010 10:45:46 +0000 (11:45 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 8 Jan 2010 11:03:47 +0000 (12:03 +0100)
commit5b21c10afba744f2a984fbe4546701e7ffeee241
treec598cc5b8e334c256a2a0fc191f2fbafc507d27c
parentdba072c449061654201c606dc198d0dcae50e567
Sync qsearch with search

So to have the same layout and be as much similar as
possible. The only functional change is that now we
try ttMove as first also in PV nodes and at the end
we save the ttMove, as it happens in search. This
should have almost zero impact on ELO but it seems
the correct thing to do.

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