Uses of Class
org.swtpra1.alphabetaplayer.transpositiontables.HashTableElement.Bound
-
Packages that use HashTableElement.Bound Package Description org.swtpra1.alphabetaplayer.transpositiontables Classes related to the "transposition tables" optimization for searching the game trees. -
-
Uses of HashTableElement.Bound in org.swtpra1.alphabetaplayer.transpositiontables
Methods in org.swtpra1.alphabetaplayer.transpositiontables that return HashTableElement.Bound Modifier and Type Method Description HashTableElement.Bound
HashTableElement. getFlag()
static HashTableElement.Bound
HashTableElement.Bound. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HashTableElement.Bound[]
HashTableElement.Bound. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.swtpra1.alphabetaplayer.transpositiontables with parameters of type HashTableElement.Bound Constructor Description HashTableElement(ValuedTurn bestTurn, long hash, int depth, HashTableElement.Bound flag)
Constructs a new element in the hash table.
-