mirror of
https://github.com/sockspls/badfish
synced 2025-07-13 12:39:16 +00:00
update cuckoo link
use webarchive to link to the cycle detection paper by Kervinck. closes https://github.com/official-stockfish/Stockfish/pull/4389 No functional change
This commit is contained in:
parent
e5f6d71b96
commit
852330ee50
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ std::ostream& operator<<(std::ostream& os, const Position& pos) {
|
||||||
|
|
||||||
// Marcel van Kervinck's cuckoo algorithm for fast detection of "upcoming repetition"
|
// Marcel van Kervinck's cuckoo algorithm for fast detection of "upcoming repetition"
|
||||||
// situations. Description of the algorithm in the following paper:
|
// situations. Description of the algorithm in the following paper:
|
||||||
// https://marcelk.net/2013-04-06/paper/upcoming-rep-v2.pdf
|
// http://web.archive.org/web/20201107002606/https://marcelk.net/2013-04-06/paper/upcoming-rep-v2.pdf
|
||||||
|
|
||||||
// First and second hash functions for indexing the cuckoo tables
|
// First and second hash functions for indexing the cuckoo tables
|
||||||
inline int H1(Key h) { return h & 0x1fff; }
|
inline int H1(Key h) { return h & 0x1fff; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue