Uses of Class
org.swtpra1.alphabetaplayer.transpositiontables.HashTableElement
-
Packages that use HashTableElement Package Description org.swtpra1.alphabetaplayer.transpositiontables Classes related to the "transposition tables" optimization for searching the game trees. -
-
Uses of HashTableElement in org.swtpra1.alphabetaplayer.transpositiontables
Methods in org.swtpra1.alphabetaplayer.transpositiontables that return HashTableElement Modifier and Type Method Description HashTableElement
ZobristHashTable. get(long hash)
Searches the hashtable for the given hash.HashTableElement
ZobristHashTable. get(Board board)
Searches the hashtable for the given board.Methods in org.swtpra1.alphabetaplayer.transpositiontables with parameters of type HashTableElement Modifier and Type Method Description void
ZobristHashTable. add(HashTableElement newElement)
Inserts the given Object into the hashtable according to the TwoDeep scheme.
-