Uses of Class
edu.uky.ai.SearchBudgetExceededException
Package | Description |
---|---|
edu.uky.ai |
Contains various Artificial Intelligence algorithms and testing
environments.
|
-
Uses of SearchBudgetExceededException in edu.uky.ai
Subclasses of SearchBudgetExceededException in edu.uky.ai Modifier and Type Class Description class
OperationsBudgetExceededException
Indicates that an algorithm has performed more than the maximum allowed number of operations.class
TimeBudgetExceededException
Indicates that an algorithm has taken more than the allowed amount of time.