Very Fast Annealing Sampler. More...
#include <ql/experimental/math/hybridsimulatedannealingfunctors.hpp>
Public Member Functions | |
SamplerVeryFastAnnealing (unsigned long seed, const Array &lower, const Array &upper) | |
SamplerVeryFastAnnealing (const SamplerVeryFastAnnealing &sampler) | |
void | operator() (Array &newPoint, const Array ¤tPoint, const Array &temp) const |
Very Fast Annealing Sampler.
For consistency should be used with TemperatureVeryFastAnnealing. Requires that the parameter space be bounded above and below.