Gaussian Sampler. More...
#include <ql/experimental/math/hybridsimulatedannealingfunctors.hpp>
Public Member Functions | |
SamplerGaussian (unsigned long seed=0) | |
SamplerGaussian (const SamplerGaussian &sampler) | |
void | operator() (Array &newPoint, const Array ¤tPoint, const Array &temp) const |
Gaussian Sampler.
Sample from normal distribution. This means that the parameter space must have support on the whole real line.