Package fr.uga.pddl4j.planners.statespace.search


package fr.uga.pddl4j.planners.statespace.search
This package contains the classes of the search strategies like Enforced Hill Climbing or A* developped for the state space planners.
  • Interface Summary
    Interface
    Description
    This interface defines the main methods for search strategies.
  • Class Summary
    Class
    Description
    This abstract class defines the main methods for search strategies.
    This class implements A* search strategy.
    This class implements Breadth First Search strategy.
    This class implements Depth First Search strategy.
    This class implements Enforced Hill Climbing search strategy.
    This class implements Greedy Best First Search strategy.
    This class implements Hill Climnbing search strategy.
    This class implements a node of the tree search.
    This class implements a comparator between nodes.