Package a5.ai

Interface TranspositionTable.StateInfo

Enclosing class:
TranspositionTable<GameState>

public static interface TranspositionTable.StateInfo
Information about a game state, for use by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The depth to which the game tree was searched to determine the value.
    int
    The heuristic value of this game state.
  • Method Details

    • value

      int value()
      The heuristic value of this game state.
    • depth

      int depth()
      The depth to which the game tree was searched to determine the value.