Package search.ab

Class TranspositionTableObject

java.lang.Object
search.ab.TranspositionTableObject

public class TranspositionTableObject extends Object
Represents an entry in the transposition table used for optimizing the search algorithm. This class stores information about previously evaluated game positions, including their scores, the best move found, the search depth, and a list of possible moves.