2-Factorial design
More...
#include <experimental_design.h>
2-Factorial design
The 2-Factorial design is the corners of the hypercube [0,1]^dim and therefore consists of exactly 2^dim. It's a popular experimental design for low-dimensional problems.
- Author
- David Eriksson, dme65.nosp@m.@cor.nosp@m.nell..nosp@m.edu
sot::TwoFactorial::TwoFactorial |
( |
int |
dim | ) |
|
|
inline |
int sot::TwoFactorial::dim |
( |
| ) |
const |
|
inlinevirtual |
Method for getting the number of dimensions.
- Returns
- The number of dimensions
Implements sot::ExpDesign.
mat sot::TwoFactorial::generatePoints |
( |
| ) |
const |
|
inlinevirtual |
Method that generates a symmetric Latin hypercube design.
- Returns
- A 2-Factorial design
Implements sot::ExpDesign.
int sot::TwoFactorial::numPoints |
( |
| ) |
const |
|
inlinevirtual |
Method for getting the number of points in the experimental design.
- Returns
- The number of points
Implements sot::ExpDesign.
int sot::TwoFactorial::mDim |
|
protected |
int sot::TwoFactorial::mNumPoints |
|
protected |
Number of points in the experimental design
The documentation for this class was generated from the following file: