projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
95fa446
)
Tweak Centaur piece value
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Thu, 23 Apr 2020 20:28:49 +0000 (22:28 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Thu, 23 Apr 2020 20:28:49 +0000 (22:28 +0200)
orda
LLR: 2.94 (-2.94,2.94) [0.00,10.00]
Total: 336 W: 190 L: 97 D: 49
centaur
Total: 400 W: 183 L: 149 D: 68
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index
887c927
..
a17be28
100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-346,7
+346,7
@@
enum Value : int {
BannerValueMg = 3400, BannerValueEg = 3500,
WazirValueMg = 400, WazirValueEg = 350,
CommonerValueMg = 700, CommonerValueEg = 900,
- CentaurValueMg = 1600, CentaurValueEg = 1700,
+ CentaurValueMg = 1800, CentaurValueEg = 1900,
MidgameLimit = 15258, EndgameLimit = 3915
};