Uses of Package
edu.uky.ai
Packages that use edu.uky.ai
Package
Description
Contains various Artificial Intelligence algorithms and testing
environments.
Data structures for representing the state of a chess game and for searching
the space of possible next moves.
-
Classes in edu.uky.ai used by edu.uky.aiClassDescriptionRepresents the limitations placed on an algorithm in terms of how many operations it may perform and how long it make take to solve a problem.Indicates that an algorithm has used more than the maximum allowed resources.
-
Classes in edu.uky.ai used by edu.uky.ai.chess.stateClassDescriptionRepresents the limitations placed on an algorithm in terms of how many operations it may perform and how long it make take to solve a problem.