LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
This page describes how the various exploration methods can be specified:
–exploration-method evaluation:point-set-description
where point-set-description
corresponds to a point set description;–exploration-method exhaustive
–exploration-method random:samples
where samples
is the number of random samples;–exploration-method full-CBC
;–exploration-method random-CBC:samples
where samples
is the number of random samples per coordinate.Additionally, some exploration method are only supported either for lattice rules or for digital nets:
–exploration-method extend:modulus:genVec
where modulus
is the modulus of the lattice to extend and genVec
its generating vector;–exploration-method fast-CBC
–exploration-method Korobov
–exploration-method random-Korobov:samples
where samples
is the number of random samples;–exploration-method mixed-CBC:samples:nbFull
where samples
is the number of random samples and nbFull
is the number of coordinates which are fully explored.