QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
Loading...
Searching...
No Matches
SamplerGaussian Class Reference

Gaussian Sampler. More...

#include <ql/experimental/math/hybridsimulatedannealingfunctors.hpp>

Public Member Functions

 SamplerGaussian (unsigned long seed=SeedGenerator::instance().get())
void operator() (Array &newPoint, const Array &currentPoint, const Array &temp)

Detailed Description

Gaussian Sampler.

Sample from normal distribution. This means that the parameter space must have support on the whole real line.

Examples
GlobalOptimizer.cpp.