From 6ca2370aae5d48476675a82024748d28b42d47d9 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Fri, 3 Jul 2020 15:43:34 +0200 Subject: [PATCH] Reduce value of immobile piece reversi LLR: 2.97 (-2.94,2.94) [0.00,10.00] Total: 244 W: 165 L: 65 D: 14 --- src/types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/types.h b/src/types.h index 6b52fc0..eb24300 100644 --- 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, -- 1.7.0.4