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

M

MAStarSearcherForIntCostFn<S extends SearchStateForIntCostFn> - Class in ai.search.informed
This class represents a search engine that generates a search space from a given initial state and guided by a heuristic function.
MAStarSearcherForIntCostFn(S, IntCostHeuristic<S>, long, SearchEngine.GraphType, int) - Constructor for class ai.search.informed.MAStarSearcherForIntCostFn
This constructor creates a new MAStarSearcherForIntCostFn for the given initial state, heuristic, search limit, type of search space, and f-value limit.
MAStarSearcherForIntCostFn.MbSearchNode - Class in ai.search.informed
 
MAStarSearcherForIntCostFn.MbSearchNode(S) - Constructor for class ai.search.informed.MAStarSearcherForIntCostFn.MbSearchNode
 
MAStarSearcherForIntCostFn.MbSearchNode(S, MAStarSearcherForIntCostFn<S>.MbSearchNode, IntCostAction) - Constructor for class ai.search.informed.MAStarSearcherForIntCostFn.MbSearchNode
 
MAStarSearcherForIntCostFn.MbSearchQueue - Class in ai.search.informed
 
MAStarSearcherForIntCostFn.MbSearchQueue(int) - Constructor for class ai.search.informed.MAStarSearcherForIntCostFn.MbSearchQueue
 
maxDepth - Variable in class ai.search.uninformed.DepthFirstSearcherForDoubleCostFn
the maximum depth at which nodes are to be explored
maxDepth - Variable in class ai.search.uninformed.DepthFirstSearcherForIntCostFn
the maximum depth at which nodes are to be explored
maxF - Variable in class ai.search.informed.MAStarSearcherForIntCostFn
the highest f-value that may appear in the queue

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