A B C D E F G H I M N O P R S T U V Y

D

delete() - Method in class ai.search.informed.MAStarSearcherForIntCostFn.MbSearchNode
 
depth - Variable in class ai.search.SearchEngineForDoubleCostFn.SearchNodeForDoubleCostFn
the depth of this node in the search space
depth - Variable in class ai.search.SearchEngineForIntCostFn.SearchNodeForIntCostFn
the depth of this node in the search space
DepthFirstSearcherForDoubleCostFn<S extends SearchStateForDoubleCostFn> - Class in ai.search.uninformed
This class represents a search engine that generates a search space in depth-first order from a given initial state.
DepthFirstSearcherForDoubleCostFn(S, long, SearchEngine.GraphType) - Constructor for class ai.search.uninformed.DepthFirstSearcherForDoubleCostFn
This constructor creates a new DepthFirstSearcherForDoubleCostFn for the given initial state, search limit, and type of search space.
DepthFirstSearcherForIntCostFn<S extends SearchStateForIntCostFn> - Class in ai.search.uninformed
This class represents a search engine that generates a search space in depth-first order from a given initial state.
DepthFirstSearcherForIntCostFn(S, long, SearchEngine.GraphType) - Constructor for class ai.search.uninformed.DepthFirstSearcherForIntCostFn
This constructor creates a new DepthFirstSearcherForIntCostFn for the given initial state, search limit, and type of search space.
dfTendency - Variable in class ai.search.informed.BestFirstSearcherForIntCostFn
whether to apply depth-first search for states of equal f-value
doInterrupt - Variable in class ai.search.SearchEngine
flag to be set if doSearch is to be interrupted
doRepeatTest - Variable in class ai.search.SearchEngine
indicates whether the test for repeated states should take place
doSearch() - Method in class ai.search.informed.AStarSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.informed.GreedySearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.informed.IDAStarSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.informed.MAStarSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.informed.RandomizedAStarSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.informed.RBFSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.SearchEngine
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.BidirBFSearcherForDoubleCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.BidirBFSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.BreadthFirstSearcherForDoubleCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.BreadthFirstSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.DepthFirstSearcherForDoubleCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.DepthFirstSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.IDSearcherForDoubleCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.IDSearcherForIntCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.UniformCostSearcherForDoubleCostFn
This function must be called to start or continue the search.
doSearch() - Method in class ai.search.uninformed.UniformCostSearcherForIntCostFn
This function must be called to start or continue the search.
DoubleCostAction - Interface in ai.search
Instances implementing this interface represent a possible action that can be used to transform one search state into another.
DoubleCostReversibleAction - Interface in ai.search
Instances implementing this interface represent a reversible action that can be used to transform one search state into another.

A B C D E F G H I M N O P R S T U V Y