projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9479a81
)
Disable endgame evaluation for shatranj
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 23 Sep 2018 09:55:20 +0000 (11:55 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 24 Sep 2018 22:57:57 +0000 (
00:57
+0200)
STC shatranj
LLR: 2.95 (-2.94,2.94) [0.00,10.00]
Total: 229 W: 76 L: 14 D: 139
http://35.161.250.236:6543/tests/view/
5ba763b06e23db0fbab0ddc7
src/variant.cpp
patch
|
blob
|
history
diff --git
a/src/variant.cpp
b/src/variant.cpp
index
79cdf38
..
f97c024
100644
(file)
--- a/
src/variant.cpp
+++ b/
src/variant.cpp
@@
-80,7
+80,7
@@
void VariantMap::init() {
v->add_piece(FERS, 'q');
v->startFen = "rnbkqbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBKQBNR w - - 0 1";
v->promotionPieceTypes = {FERS};
- v->endgameEval = true;
+ v->endgameEval = false;
v->doubleStep = false;
v->castling = false;
v->bareKingValue = -VALUE_MATE;