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.ai
    Class
    Description
    Represents 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.
  • Class
    Description
    Represents 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.