]> git.sesse.net Git - stockfish/commit
Use full evaluation in null search
authorMarco Costalba <mcostalba@gmail.com>
Tue, 5 Jan 2010 08:57:48 +0000 (09:57 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 8 Jan 2010 09:20:35 +0000 (10:20 +0100)
commitdba072c449061654201c606dc198d0dcae50e567
tree9014134009aac79df64eb9746eedc611d6d3b687
parente2e360fcbc02e0ca3329a36766239e7175501103
Use full evaluation in null search

This is an important design change because we know
compute evaluation in each node.

This is a 2.0 type change!

After 977 games at 1+0

Mod vs Orig +236 =538 -202 51.74%  +12 ELO

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