projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1146fc8
)
Revert "MovePicker::score_captures() order with SEE when pv"
author
Marco Costalba
<mcostalba@gmail.com>
Thu, 30 Oct 2008 14:28:25 +0000 (15:28 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 1 Nov 2008 11:46:54 +0000 (12:46 +0100)
Does not seem to increase the strenght.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movepick.cpp
patch
|
blob
|
history
diff --git
a/src/movepick.cpp
b/src/movepick.cpp
index
0ff1dcf
..
187a3c5
100644
(file)
--- a/
src/movepick.cpp
+++ b/
src/movepick.cpp
@@
-218,7
+218,7
@@
void MovePicker::score_captures() {
{
m = moves[i].move;
seeValue = pos.see(m);
- if (seeValue >= 0 && !pvNode)
+ if (seeValue >= 0)
{
if (move_promotion(m))
moves[i].score = QueenValueMidgame;