Revert scale factor in pawn evaluation

It simply doesn't seems to work both in direct matches
and in balance tuning.

So revert the idea.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-04-21 20:35:47 +01:00
parent 97f5d19bdc
commit 11207f7c1f
5 changed files with 6 additions and 33 deletions
+3 -3
View File
@@ -33,10 +33,10 @@
////
enum ScaleFactor {
SCALE_FACTOR_ZERO = 0,
SCALE_FACTOR_ZERO = 0,
SCALE_FACTOR_NORMAL = 64,
SCALE_FACTOR_MAX = 128,
SCALE_FACTOR_NONE = 255
SCALE_FACTOR_MAX = 128,
SCALE_FACTOR_NONE = 255
};