Loading...
Searching...
No Matches
GoalState.cpp
53 out << "Goal state, threshold = " << threshold_ << ", memory address = " << this << ", state = " << std::endl;
double threshold_
The maximum distance that is allowed to the goal. By default, this is initialized to the minimum epsi...
Definition GoalRegion.h:91
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
virtual 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