os_doe_py_export

Classes

DOE

Constructors

Methods

append

append( (DOE)arg2) -> None



Append deprecated

build

build( (DOETYPES)arg2, (int)arg3, (bool)arg4) -> None



Build deprecated

get_center

get_center() -> doubleVec



get_designs

get_designs() -> doubleVecVec



get_lower_bounds

get_lower_bounds() -> doubleVec



get_matrix

get_matrix() -> matrix_type



get_upper_bounds

get_upper_bounds() -> doubleVec



GetCenter deprecated

GetDesigns deprecated

GetLowerBounds deprecated

GetMatrix deprecated

GetUpperBounds deprecated

move

move( (doubleVec)arg2) -> None



Move deprecated

scale

scale( (doubleVec)arg2) -> None



Scale deprecated

sort

sort() -> None



Sort deprecated

unique

unique() -> None



Unique deprecated

OSDOE

Constructors

Methods

build_robustness

build_robustness( (PyParameterManager)Parameters to be used, (PyOSDesignPoint)Reference/Nominal design point, (DOETYPES)DOE method, (int)Number of discretization [, (bool)Append mode [, (PyOSDesignContainer)(Start-)Designs to append to]]) -> None


Builds designs on unit hypercube at the design point given and transforms them to desired domain space.

build_sensitivity

build_sensitivity( (PyParameterManager)Parameters to be used, (DOETYPES)DOE method, (int)Number of discretization [, (bool)Append mode [, (PyOSDesignContainer)(Start-)Designs to append to]]) -> None


Builds designs on unit hypercube and transforms them to the desired domain space.

BuildSensitivity deprecated

get_design

get_design( (int)arg2) -> PyOSDesignPoint



get_designs

get_designs() -> PyOSDesignPointContainer



get_lower_bounds

get_lower_bounds() -> PyOSDesignPoint



get_num_designs

get_num_designs() -> int



get_upper_bounds

get_upper_bounds() -> PyOSDesignPoint



GetDesign deprecated

GetDesigns deprecated

GetLowerBounds deprecated

GetNumDesigns deprecated

GetUpperBounds deprecated

set_seed

set_seed( (int)arg2) -> int



size

size() -> int



sort

sort() -> PyOSDesignPointContainer



Sort deprecated

unique

unique() -> PyOSDesignPointContainer



Unique deprecated