LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
Exploration methods

This page describes how the various exploration methods can be specified:

  • evaluation:
    –exploration-method evaluation:point-set-description where point-set-description corresponds to a point set description;
  • exhaustive:
    –exploration-method exhaustive
  • random:
    –exploration-method random:samples where samples is the number of random samples;
  • full-CBC:
    –exploration-method full-CBC;
  • random-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:

  • lattice rules:
    • extend:
      –exploration-method extend:modulus:genVec where modulus is the modulus of the lattice to extend and genVec its generating vector;
    • fast-CBC:
      –exploration-method fast-CBC
    • Korobov:
      –exploration-method Korobov
    • random Korobov:
      –exploration-method random-Korobov:samples where samples is the number of random samples;
  • digital nets:
    • mixed-CBC:
      –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.