Files
Stockfish/src
Joona Kiiski a093f33154 Use zero null move margin when depth < 4 * OnePly
This is because when we are below 4 * OnePly, the null move
will directly jump to qsearch and if we are below beta,
our opponent is above beta and will get immediate
stand pat cut off.

So basically this patch is just optimizing away useless
evaluation calls. dbg_hit_on() runs show that this heuristic
is correct >99% of cases. Transposition table probably causes
some inaccurary?

After 1148 games on QUAD
mod-orig: 583 - 565 +5 elo

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-02-15 19:14:41 +01:00
..
2010-01-31 09:39:32 +01:00
2010-02-12 06:49:16 +01:00
2010-02-12 06:49:16 +01:00
2010-02-01 20:06:56 +01:00
2010-02-12 06:49:16 +01:00
2010-02-01 19:33:02 +01:00
2010-02-12 06:49:16 +01:00
2010-01-27 09:57:14 +01:00
2010-01-27 09:57:14 +01:00
2010-02-14 16:04:53 +01:00
2010-02-12 06:49:16 +01:00
2010-02-01 16:53:10 +01:00
2010-01-27 20:03:44 +01:00
2010-02-01 16:53:10 +01:00