Fixed experimental design.
More...
#include <experimental_design.h>
Fixed experimental design.
This is a simple class that always returns the experimental design points that were supplied by the user when the object was constructed. This object is handy in order to compare different algorithms for the same experimental design points.
- Author
- David Eriksson, dme65.nosp@m.@cor.nosp@m.nell..nosp@m.edu
sot::FixedDesign::FixedDesign |
( |
mat & |
points | ) |
|
|
inline |
Constructor.
- Parameters
-
points | Experimental design points |
int sot::FixedDesign::dim |
( |
| ) |
const |
|
inlinevirtual |
Method for getting the number of dimensions.
- Returns
- The number of dimensions
Implements sot::ExpDesign.
mat sot::FixedDesign::generatePoints |
( |
| ) |
const |
|
inlinevirtual |
Method that returns the user supplied experimental design.
- Returns
- The fixed experimental design
Implements sot::ExpDesign.
int sot::FixedDesign::numPoints |
( |
| ) |
const |
|
inlinevirtual |
Method for getting the number of points in the experimental design.
- Returns
- The number of points
Implements sot::ExpDesign.
int sot::FixedDesign::mDim |
|
protected |
int sot::FixedDesign::mNumPoints |
|
protected |
Number of points in the experimental design
mat sot::FixedDesign::mPoints |
|
protected |
The experimental design points supplied by the user
The documentation for this class was generated from the following file: