Abstract base class for numerical integration grids and space-filling designs.
More...
Abstract base class for numerical integration grids and space-filling designs.
Mathematical Formulation Defines a mapping that generates a point set \(\mathcal{P} = \{\mathbf{x}_i\}_{i=1}^N\) in a hyperrectangle \(\prod_{d=1}^D [a_d, b_d]\) to represent the design of experiments or coordinate nodes.
Implementation Algorithm Provides pure virtual interfaces construct() to construct a matrix of coordinates, and dim() to query the dimensionality.