mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
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:
committed by
Marco Costalba
parent
3cc47edf62
commit
e8f9447b11
@@ -73,6 +73,7 @@ struct Entry {
|
||||
|
||||
typedef HashTable<Entry, 16384> Table;
|
||||
|
||||
void init();
|
||||
Entry* probe(const Position& pos, Table& entries);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user