Joona tweaks of tempos and misc parameters

Unfortunatly this tweak does not give good results.

After 894 games at 1+0 we have:

Mod vs Orig  +205/-236/=453 48.27%  -12 ELO !!

Perhaps we should test again, but in the mean time
we are going to revert this.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-07-06 10:55:55 +01:00
parent 2693db616d
commit 3444b94735
3 changed files with 10 additions and 10 deletions

View File

@@ -37,8 +37,8 @@ using std::string;
namespace {
// Values modified by Joona Kiiski
const Value BishopPairMidgameBonus = Value(109);
const Value BishopPairEndgameBonus = Value(97);
const Value BishopPairMidgameBonus = Value(106);
const Value BishopPairEndgameBonus = Value(96);
Key KNNKMaterialKey, KKNNMaterialKey;