Package edu.uky.ai
Contains various Artificial Intelligence algorithms and testing
environments.
-
Class Summary 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.Settings -
Exception Summary Exception Description OperationsBudgetExceededException Indicates that an algorithm has performed more than the maximum allowed number of operations.SearchBudgetExceededException Indicates that an algorithm has used more than the maximum allowed resources.TimeBudgetExceededException Indicates that an algorithm has taken more than the allowed amount of time.