projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1b64591
)
Fix bench number
author
Marco Costalba
<mcostalba@users.noreply.github.com>
Sat, 13 Jan 2018 08:21:23 +0000 (09:21 +0100)
committer
GitHub
<noreply@github.com>
Sat, 13 Jan 2018 08:21:23 +0000 (09:21 +0100)
Incorrect bench number in master. Fix it.
bench: 4971497
src/evaluate.cpp
patch
|
blob
|
history
diff --git
a/src/evaluate.cpp
b/src/evaluate.cpp
index
7d5d435
..
ac0bf8c
100644
(file)
--- a/
src/evaluate.cpp
+++ b/
src/evaluate.cpp
@@
-486,7
+486,7
@@
namespace {
- 9 * mg_value(score) / 8
+ 40;
- // Transform the kingDanger units into a Score, and substract it from the evaluation.
+ // Transform the kingDanger units into a Score, and substract it from the evaluation
if (kingDanger > 0)
{
int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);