projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7f68fc6
)
Outpost tuning
author
David Zar
<zardav@gmail.com>
Tue, 22 Jul 2014 23:05:10 +0000 (07:05 +0800)
committer
lucasart
<lucas.braesch@gmail.com>
Tue, 22 Jul 2014 23:05:10 +0000 (07:05 +0800)
double mg bonus and half eg bonus.
STC:
LLR: 2.95 (-2.94,2.94) [-1.50,4.50]
Total: 18142 W: 3094 L: 2948 D: 12100
LTC:
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 83561 W: 11706 L: 11329 D: 60526
bench 7831429
src/evaluate.cpp
patch
|
blob
|
history
diff --git
a/src/evaluate.cpp
b/src/evaluate.cpp
index
82bf950
..
4f99eb8
100644
(file)
--- a/
src/evaluate.cpp
+++ b/
src/evaluate.cpp
@@
-255,7
+255,7
@@
namespace {
bonus += bonus / 2;
}
- return make_score(bonus, bonus);
+ return make_score(bonus * 2, bonus / 2);
}