Uses of Interface
edu.uky.ai.planning.ss.StateSpaceHeuristic
Packages that use StateSpaceHeuristic
Package
Description
Contains objects for representing forward and backward state space
search and state space planners.
-
Uses of StateSpaceHeuristic in edu.uky.ai.planning.ss
Fields in edu.uky.ai.planning.ss declared as StateSpaceHeuristicModifier and TypeFieldDescriptionfinal StateSpaceHeuristicBackwardHeuristic.heuristicThe heuristic to usefinal StateSpaceHeuristicForwardHeuristic.heuristicThe heuristic to useConstructors in edu.uky.ai.planning.ss with parameters of type StateSpaceHeuristicModifierConstructorDescriptionBackwardHeuristic(StateSpaceHeuristic heuristic) Constructs a new backward heuristic.ForwardHeuristic(StateSpaceHeuristic heuristic) Constructs a new forward heuristic.