]> git.sesse.net Git - stockfish/commit
Introduce refine_eval()
authorMarco Costalba <mcostalba@gmail.com>
Fri, 1 Jan 2010 13:28:09 +0000 (14:28 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 5 Jan 2010 13:57:59 +0000 (14:57 +0100)
commit807844eab194adc7c5378575f81d28ce9ca66287
tree8630404cb32b19f93889f024771f94a84ccefc36
parent860260c3b1c8da9906fddd2385fe127c6f5d10f1
Introduce refine_eval()

Try to get a position evaluation better then
the quick one with the help of the TT table.

This allows the null search conditions and
chosen reductions to be more accurate.

After 908 games at 1+0
Mod vs Orig +209 =526 -173 +14 ELO

Functionality Signature: 16627355

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