Uses of Class
edu.uky.ai.planning.Search
Packages that use Search
Package
Description
Contains objects for representing planning problems, planning algorithms, and plans.
Contains objects for representing plan graphs and planners that search for a
solution by finding a valid subgraph of a plan graph.
Contains objects for representing plan space search and plan space planners.
Contains objects for representing forward and backward state space
search and state space planners.
-
Uses of Search in edu.uky.ai.planning
Classes in edu.uky.ai.planning with type parameters of type Search -
Uses of Search in edu.uky.ai.planning.pg
Subclasses of Search in edu.uky.ai.planning.pgModifier and TypeClassDescriptionclassRepresents the two-phase search process of aPlanGraphPlanner.classThis class represents the second phase of aPlanGraphSearch, in which we search for a subgraph of a plan graph that represents a solution to the problem. -
Uses of Search in edu.uky.ai.planning.ps
Subclasses of Search in edu.uky.ai.planning.psModifier and TypeClassDescriptionclassA subclass ofSearchwhich represents plan-space search (i.e. -
Uses of Search in edu.uky.ai.planning.ss
Subclasses of Search in edu.uky.ai.planning.ssModifier and TypeClassDescriptionclassRepresents a backward search through the space of states, starting at the problem goal and ending in the initial state.classRepresents a forward search through the space of states, starting at the initial state and ending in any state where the goal is achieved.classRepresents a search through the space of states.