GoalState.cpp
53 out << "Goal state, threshold = " << threshold_ << ", memory address = " << this << ", state = " << std::endl;
unsigned int maxSampleCount() const override
Return the maximum number of samples that can be asked for before repeating.
Definition: GoalState.cpp:62
void sampleGoal(State *st) const override
Sample a state in the goal region.
Definition: GoalState.cpp:57
double distanceGoal(const State *st) const override
Compute the distance to the goal (heuristic)
Definition: GoalState.cpp:46
void print(std::ostream &out=std::cout) const override
Print information about the goal data structure to a stream.
Definition: GoalState.cpp:51