Interface StateSpacePlanner

All Superinterfaces:
Callable<Integer>, Planner, Serializable
All Known Implementing Classes:
AbstractStateSpacePlanner, FF, GSP, HSP

public interface StateSpacePlanner extends Planner
This interface defines the main methods to access a state space planner.
Since:
3.6
  • Field Details

    • SEARCH_STRATEGIES_SETTING

      static final String SEARCH_STRATEGIES_SETTING
      The search strategies setting used for planner configuration.
      See Also:
      Constant Field Values
    • DEFAULT_SEARCH_STRATEGIES

      static final List<SearchStrategy.Name> DEFAULT_SEARCH_STRATEGIES
      The default value of the SEARCH_STRATEGIES setting used for planner configuration.
    • HEURISTIC_SETTING

      static final String HEURISTIC_SETTING
      The HEURISTIC property used for planner configuration.
      See Also:
      Constant Field Values
    • DEFAULT_HEURISTIC

      static final StateHeuristic.Name DEFAULT_HEURISTIC
      The default value of the HEURISTIC property used for planner configuration.
    • WEIGHT_HEURISTIC_SETTING

      static final String WEIGHT_HEURISTIC_SETTING
      The WEIGHT_HEURISTIC property used for planner configuration.
      See Also:
      Constant Field Values
    • DEFAULT_WEIGHT_HEURISTIC

      static final double DEFAULT_WEIGHT_HEURISTIC
      The default value of the WEIGHT_HEURISTIC property used for planner configuration.
      See Also:
      Constant Field Values