1#ifndef PROBFD_SUCCESSOR_SAMPLERS_MOST_LIKELY_SAMPLER_H
2#define PROBFD_SUCCESSOR_SAMPLERS_MOST_LIKELY_SAMPLER_H
4#include "probfd/algorithms/successor_sampler.h"
8template <
typename Action>
9class MostLikelySuccessorSampler :
public algorithms::SuccessorSampler<Action> {
14 const Distribution<StateID>& successors,
15 algorithms::StateProperties& properties)
override;
20#include "probfd/successor_samplers/most_likely_sampler_impl.h"
This namespace contains implementations of transition successor samplers.
Definition arbitrary_sampler.h:7