Samplers (S) generate configurations in (usually
).
More...
Classes | |
class | SamplerMethod< MPTraits > |
class | UniformRandomSampler< MPTraits > |
Samplers (S) generate configurations in (usually
).
A Sampler (S) is defined as an algorithm which generates configurations , however this is typically restricted to
. They either take in a number of desired samples or a set of input configurations to apply the algorithm to. The base method can be found in SamplerMethod.h.