Uses of Class
edu.uky.ai.planning.ss.ForwardSearch
Packages that use ForwardSearch
Package
Description
Contains objects for representing forward and backward state space
search and state space planners.
-
Uses of ForwardSearch in edu.uky.ai.planning.ss
Methods in edu.uky.ai.planning.ss that return ForwardSearchModifier and TypeMethodDescriptionprotected abstract ForwardSearchForwardPlanner.makeForwardSearch(StateSpaceProblem problem, SearchBudget budget) Given some state space problem to be solved, this method constructs the appropriate kind ofForwardSearchto solve it based on this planner.protected ForwardSearchForwardPlanner.makeSearch(Problem problem, SearchBudget budget) protected ForwardSearchForwardPlanner.makeStateSpaceSearch(StateSpaceProblem problem, SearchBudget budget)