SOT
Public Member Functions | Protected Attributes | List of all members
sot::FixedDesign Class Reference

Fixed experimental design. More...

#include <experimental_design.h>

Inheritance diagram for sot::FixedDesign:
sot::ExpDesign

Public Member Functions

 FixedDesign (mat &points)
 Constructor. More...
 
int dim () const
 Method for getting the number of dimensions. More...
 
int numPoints () const
 Method for getting the number of points in the experimental design. More...
 
mat generatePoints () const
 Method that returns the user supplied experimental design. More...
 

Protected Attributes

int mDim
 
int mNumPoints
 
mat mPoints
 

Detailed Description

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

Constructor & Destructor Documentation

sot::FixedDesign::FixedDesign ( mat points)
inline

Constructor.

Parameters
pointsExperimental design points

Member Function Documentation

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.

Member Data Documentation

int sot::FixedDesign::mDim
protected

Number of dimensions

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: