Uses of Class
edu.uky.ai.SearchBudget
Packages that use SearchBudget
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.
-
Uses of SearchBudget in edu.uky.ai
Fields in edu.uky.ai declared as SearchBudgetModifier and TypeFieldDescriptionstatic final SearchBudgetSearchBudget.INFINITEA search budget with no limitations -
Uses of SearchBudget in edu.uky.ai.chess.state
Fields in edu.uky.ai.chess.state declared as SearchBudgetModifier and TypeFieldDescriptionfinal SearchBudgetState.budgetThe search budget, which constrains how many more states may be generated and how much time remains to make a decisionMethods in edu.uky.ai.chess.state with parameters of type SearchBudgetModifier and TypeMethodDescriptionState.setSearchBudet(SearchBudget budget) Returns a copy of this state, but with a given search budget.