HaltonSequence.cpp
An abstract class for deterministic sequences in arbitrary dimensions.
Definition: DeterministicSequence.h:48
void setBase(unsigned int base)
Sets the base of the halton sequence.
Definition: HaltonSequence.cpp:56
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: ConstrainedSpaceInformation.h:53