Merge branch 'eval_cache'

Unusually good result. Defenitly needs further verifications.

After 2160 games at 15"+0.05
Mod vs Orig 486 - 367 - 1307 ELO +19

bench: 6261882
This commit is contained in:
Marco Costalba
2012-12-10 09:22:13 +01:00
4 changed files with 112 additions and 42 deletions

View File

@@ -164,7 +164,7 @@ enum Bound {
BOUND_NONE = 0,
BOUND_UPPER = 1,
BOUND_LOWER = 2,
BOUND_EXACT = BOUND_UPPER | BOUND_LOWER
BOUND_EXACT = BOUND_UPPER | BOUND_LOWER | 4
};
enum Value {