Package b2p.search.aima.minmax
-
Class Summary Class Description IterativeDeepening This class implementsIAdversarialSearch
and defines the Iterative Deepening Minimax algorithm with alpha-beta pruning.IterativeDeepening.Timer Utility class representing an in-game timerMinMaxAlphaBetaSearch This class represents a Minimax search with alpha-beta pruning to be ran on a game state.