Uses of Package
algorithm
Packages that use algorithm
Package
Description
Search techniques based on B* and various utility classes used primarily by these search techniques.
Experiment classes which run individual experiments, as performed for the thesis, and the utility classes used by these experiments.
Various classes for storing and generating game trees for the use by algorithms and tree visualisation.
-
ClassDescriptionDeprecated.A simple debug class.General interface for all search algorithms.The limits imposed on the search.Encapsulates the results and metrics captured from an adversarial tree search.This represents a search algorithm which primarily stores search results in a transposition table.This represents a search algorithm which can search a given tree and modify it during search.A stop condition for B* search.The heuristic function for determining the strategy at the root of any B* search.A very minimal transposition table implementation for df-B*.
-
Classes in algorithm used by experimentClassDescriptionGeneral interface for all search algorithms.The limits imposed on the search.The heuristic function for determining the strategy at the root of any B* search.A very minimal transposition table implementation for df-B*.
-