chaospy.create_grid_samples

chaospy.create_grid_samples(order, dim=1)[source]

Create samples from a regular grid.

Args:
order (int):

The order of the grid. Defines the number of samples.

dim (int):

The number of dimensions in the grid

Returns (numpy.ndarray):

Regular grid with shape == (dim, order).