concepts.dm.pdsketch.planners.optimistic_search.OptHeuristicSearchState#
- class OptHeuristicSearchState[source]#
Bases:
object
The state for heuristic search.
Methods
Attributes
The state.
The STRIPS state.
The trajectory.
The CSP that has been accumulated so far.
The cost so far.
- __init__(state, strips_state, trajectory, csp, g)#
- Parameters:
state (State)
strips_state (SState)
trajectory (Tuple[OperatorApplier, ...])
g (float)
- Return type:
None
- __new__(**kwargs)#
- csp: ConstraintSatisfactionProblem#
The CSP that has been accumulated so far.
- trajectory: Tuple[OperatorApplier, ...]#
The trajectory.