RejectionInfSampler.h
bool sampleUniform(State *statePtr, const Cost &maxCost) override
Sample uniformly in the subset of the state space whose heuristic solution estimates are less than th...
Definition: RejectionInfSampler.cpp:124
A shared pointer wrapper for ompl::base::ProblemDefinition.
RejectionInfSampler(const ProblemDefinitionPtr &probDefn, unsigned int maxNumberCalls)
Construct a rejection sampler that only generates states with a heuristic solution estimate that is l...
Definition: RejectionInfSampler.cpp:109
A shared pointer wrapper for ompl::base::StateSampler.
double getInformedMeasure(const Cost &) const override
The measure of the subset of the state space defined by the current solution cost that is being searc...
Definition: RejectionInfSampler.cpp:171
bool hasInformedMeasure() const override
Whether the sampler can provide a measure of the informed subset.
Definition: RejectionInfSampler.cpp:166