]> git.sesse.net Git - stockfish/commit
Bunch of 3 small patches
authorUri Blass <uriblass@gmail.com>
Tue, 21 May 2013 22:58:52 +0000 (01:58 +0300)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 23 May 2013 15:59:39 +0000 (17:59 +0200)
commitd4a02b135deade2f3273716ccedb6f8a97316263
treea5f60278e5d16e6d168c12628e02bf2acc4d2017
parentd3608c4e79a29110f4c4a369d7207c6dd8e01f34
Bunch of 3 small patches

This patch is the sum of:

- Grainsize of 4 instead of 8

- Removing "depth < DEPTH_ZERO"

- Change DEPTH_QS_RECAPTURES = -5 to -7

All the patches individually failed to pass SPRT but scored
around 50%.

Together they pass easily short TC:
LLR: 2.96 (-2.94,2.94)
Total: 4429 W: 964 L: 844 D: 2621

And with some difficult long TC of 60+0.05:
LLR: 2.95 (-2.94,2.94)
Total: 64133 W: 11968 L: 11532 D: 40633

bench: 4821467
src/evaluate.cpp
src/search.cpp
src/types.h