Uses of Package
edu.uky.ai

Packages that use edu.uky.ai 
Package Description
edu.uky.ai
Contains various Artificial Intelligence algorithms and testing environments.
  • Classes in edu.uky.ai used by edu.uky.ai 
    Class Description
    SearchBudget
    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.
    SearchBudgetExceededException
    Indicates that an algorithm has used more than the maximum allowed resources.