projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3f51a11
)
Reduce value of immobile piece
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Fri, 3 Jul 2020 13:43:34 +0000 (15:43 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Fri, 3 Jul 2020 13:43:34 +0000 (15:43 +0200)
reversi
LLR: 2.97 (-2.94,2.94) [0.00,10.00]
Total: 244 W: 165 L: 65 D: 14
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index
6b52fc0
..
eb24300
100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-342,7
+342,7
@@
enum Value : int {
DragonHorseValueMg = 1500, DragonHorseValueEg = 1500,
ClobberPieceValueMg = 300, ClobberPieceValueEg = 300,
BreakthroughPieceValueMg = 300, BreakthroughPieceValueEg = 300,
- ImmobilePieceValueMg = 100, ImmobilePieceValueEg = 100,
+ ImmobilePieceValueMg = 50, ImmobilePieceValueEg = 50,
CannonPieceValueMg = 800, CannonPieceValueEg = 700,
JanggiCannonPieceValueMg = 800, JanggiCannonPieceValueEg = 600,
SoldierValueMg = 200, SoldierValueEg = 270,