Statistics related to the number/value of lattice tiling points in a dimension.
Definition at line 117 of file LatticeTiling.h.
Data Fields | |
const char * | name |
Name of parameter-space dimension. More... | |
UINT8 | total_points |
Total number of points up to this dimension. More... | |
UINT4 | min_points |
Minimum number of points in this dimension. More... | |
UINT4 | max_points |
Maximum number of points in this dimension. More... | |
double | min_value |
Minimum value of points in this dimension. More... | |
double | max_value |
Maximum value of points in this dimension. More... | |
Name of parameter-space dimension.
Definition at line 118 of file LatticeTiling.h.
UINT8 LatticeTilingStats::total_points |
Total number of points up to this dimension.
Definition at line 119 of file LatticeTiling.h.
UINT4 LatticeTilingStats::min_points |
Minimum number of points in this dimension.
Definition at line 120 of file LatticeTiling.h.
UINT4 LatticeTilingStats::max_points |
Maximum number of points in this dimension.
Definition at line 121 of file LatticeTiling.h.
double LatticeTilingStats::min_value |
Minimum value of points in this dimension.
Definition at line 122 of file LatticeTiling.h.
double LatticeTilingStats::max_value |
Maximum value of points in this dimension.
Definition at line 123 of file LatticeTiling.h.