Uses of Interface
edu.uky.ai.planning.Heuristic
Packages that use Heuristic
Package
Description
Contains objects for representing forward and backward state space
search and state space planners.
-
Uses of Heuristic in edu.uky.ai.planning.ss
Classes in edu.uky.ai.planning.ss that implement HeuristicModifier and TypeClassDescriptionclassA wrapper around aStateSpaceHeuristicwhich uses the given heuristic to estimate the distance from the problem's initial state to the current goal of abackward search.classA wrapper around aStateSpaceHeuristicwhich uses the given heuristic to estimate the distance from the current state in aforward searchto the problem's goal.