Loading...
Searching...
No Matches
HaltonSequence.h
An abstract class for deterministic sequences in arbitrary dimensions.
Definition DeterministicSequence.h:48
Realization of the Halton sequence for the generation of arbitrary dimensional, low-dispersion sequen...
Definition HaltonSequence.h:61
void setBase(unsigned int base)
Sets the base of the halton sequence.
Definition HaltonSequence.cpp:56
Realization of the Halton sequence for the generation of arbitrary dimensional, low-dispersion sequen...
Definition HaltonSequence.h:82
std::vector< double > sample() override
Returns the next sample in the interval [0,1].
Definition HaltonSequence.cpp:101
HaltonSequence(unsigned int dimensions)
Constructor, only specifiying the dimensions, first n primes will be used as bases.
Definition HaltonSequence.cpp:77
Main namespace. Contains everything in this library.
Definition MultiLevelPlanarManipulatorDemo.cpp:66