Use a formula for chain membership bonus

Passed both short TC:
LLR: 2.96 (-2.94,2.94) [-1.50,4.50]
Total: 5087 W: 1072 L: 951 D: 3064

And long TC:
LLR: 2.95 (-2.94,2.94) [0.00,6.00]
Total: 28620 W: 5042 L: 4798 D: 18780

bench: 7995098
This commit is contained in:
Ralph Ster
2013-10-31 06:02:17 +01:00
committed by Marco Costalba
parent 3cc47edf62
commit e8f9447b11
3 changed files with 20 additions and 10 deletions
+1
View File
@@ -73,6 +73,7 @@ struct Entry {
typedef HashTable<Entry, 16384> Table;
void init();
Entry* probe(const Position& pos, Table& entries);
}