projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
548bae8
)
Bugfix: reduction was not set to zero in full depth search
author
Joona Kiiski
<joona.kiiski@gmail.com>
Wed, 27 Jan 2010 20:59:18 +0000 (22:59 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Thu, 28 Jan 2010 10:15:18 +0000 (11:15 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
71a1010
..
c44d150
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-1000,6
+1000,7
@@
namespace {
if (doFullDepthSearch)
{
+ ss[0].reduction = Depth(0);
value = -search(pos, ss, -alpha, newDepth, 1, true, 0);
if (value > alpha)