Interface StateSpacePlanner
- All Superinterfaces:
Callable<Integer>,Planner,Serializable
- All Known Implementing Classes:
AbstractStateSpacePlanner,FF,GSP,HSP
This interface defines the main methods to access a state space planner.
- Since:
- 3.6
-
Nested Class Summary
Nested classes/interfaces inherited from interface fr.uga.pddl4j.planners.Planner
Planner.Name -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StateHeuristic.NameThe default value of the HEURISTIC property used for planner configuration.static List<SearchStrategy.Name>The default value of the SEARCH_STRATEGIES setting used for planner configuration.static doubleThe default value of the WEIGHT_HEURISTIC property used for planner configuration.static StringThe HEURISTIC property used for planner configuration.static StringThe search strategies setting used for planner configuration.static StringThe WEIGHT_HEURISTIC property used for planner configuration.Fields inherited from interface fr.uga.pddl4j.planners.Planner
DEFAULT_DOMAIN, DEFAULT_LOG_LEVEL, DEFAULT_PROBLEM, DEFAULT_TIME_OUT, DOMAIN_SETTING, LOG_LEVEL_SETTING, PROBLEM_SETTING, TIME_OUT_SETTING -
Method Summary
Methods inherited from interface fr.uga.pddl4j.planners.Planner
getConfiguration, getDomain, getDomainFile, getLogLevel, getParserErrorManager, getProblem, getProblemFile, getStatistics, getTimeout, hasValidConfiguration, instantiate, isSupported, parse, parse, setConfiguration, setDomain, setLogLevel, setProblem, setTimeout, solve, solve
-
Field Details
-
SEARCH_STRATEGIES_SETTING
The search strategies setting used for planner configuration.- See Also:
- Constant Field Values
-
DEFAULT_SEARCH_STRATEGIES
The default value of the SEARCH_STRATEGIES setting used for planner configuration. -
HEURISTIC_SETTING
The HEURISTIC property used for planner configuration.- See Also:
- Constant Field Values
-
DEFAULT_HEURISTIC
The default value of the HEURISTIC property used for planner configuration. -
WEIGHT_HEURISTIC_SETTING
The WEIGHT_HEURISTIC property used for planner configuration.- See Also:
- Constant Field Values
-
DEFAULT_WEIGHT_HEURISTIC
static final double DEFAULT_WEIGHT_HEURISTICThe default value of the WEIGHT_HEURISTIC property used for planner configuration.- See Also:
- Constant Field Values
-