SSJ  3.3.1
Stochastic Simulation in Java
Classes
Package umontreal.ssj.latnetbuilder

Tools to search for good quasi-Monte Carlo point sets and sequences defined as integration lattices, polynomial lattices, and digital nets (and sequences). More...

Classes

class  DigitalNetSearch
 Class for the search of good digital nets using LatNet Builder. More...
 
class  OrdinaryLatticeSearch
 Class for the search of good rank-1 ordinary lattice rules using LatNet Builder. More...
 
class  PolynomialLatticeSearch
 Class for the search of good polynomial lattice rules using LatNet Builder. More...
 
class  Search
 Abstract class for the search of highly uniform point sets with LatNet Builder. More...
 

Detailed Description

Tools to search for good quasi-Monte Carlo point sets and sequences defined as integration lattices, polynomial lattices, and digital nets (and sequences).

This package provides an interface to the LatNet Builder software to search for good quasi-Monte Carlo point sets and sequences (or HUPS) of various types (lattices, polynomial lattices, digital nets, etc.) for arbitrary dimension and cardinality, various uniformity criteria, etc. For this package to work, the LatNet Builder software must be installed and the path to it must be set correctly inside the class Search.

Remarks
This would need to be made more easily portable in the future.

See [128], [129], and https://github.com/umontreal-simul/latnetbuilder for more details on LatNet Builder and its ancestor Lattice Builder.

Important note: LatNet Builder does not run directly under the Windows operating system, because it is uses the NTL library, which does not run under Windows. Running it under Windows requires some sort of virtual machine, as explained in the LatNet Builder documentation.

Examples

The following examples show how to use this package. (To do... )