OrderedInfSampler.h
bool hasInformedMeasure() const override
Whether the wrapped sampler can provide a measure of the informed subset.
Definition: OrderedInfSampler.cpp:170
double getInformedMeasure(const Cost ¤tCost) const override
The measure of the subset of the state space defined by the current solution cost that is being searc...
Definition: OrderedInfSampler.cpp:175
OrderedInfSampler(const InformedSamplerPtr &infSamplerPtr, unsigned int batchSize)
Construct an ordering wrapper around the provided informed sampler.
Definition: OrderedInfSampler.cpp:109
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: OrderedInfSampler.cpp:120