]> git.sesse.net Git - stockfish/commitdiff
Less aggressive razoring
authorMarco Costalba <mcostalba@gmail.com>
Sun, 21 Dec 2008 09:42:39 +0000 (10:42 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 21 Dec 2008 09:42:39 +0000 (10:42 +0100)
Use a margin to compare with beta so that positions
that after the verifying qsearch have gained a lot of points
are not discarded just becasue not above beta.

Also remove the second condition on depth <= OnePly, it
was too risky and added only a 2% more of pruned nodes.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found