py_algorithm_info

Classes

AlgorithmInfo

Constructors

Methods

add_signal_info

add_signal_info( (str)signal name, (list)abscissa) -> None


Add new signal info by name and abscissa values. Skip if signal info is already present.

add_signal_info_y_data

add_signal_info_y_data( (str)signal name, (str)channel name, (str)data name, (str)data part name, (list)channel values) -> None


Add new channel values to an existing signal info.

clear_signal_info

clear_signal_info() -> None


Clear all existing signal information.

get_mop_info

get_mop_info() -> MOPInfo


Returns detailed MOP info if present.

get_signal_info_channel_names

get_signal_info_channel_names( (str)signal name) -> WStrList


Get a list of channel names for given signal info name

get_signal_info_data_names

get_signal_info_data_names( (str)signal name, (str)channel name) -> WStrList


Get a list of data names for given signal info name and channel name

get_signal_info_signal_names

get_signal_info_signal_names() -> WStrList


Get a list of signal info names

get_type

get_type() -> SupportedAlgorithms


Returns the algorithm type.

GetMOPInfo deprecated

has_best_design_infos

has_best_design_infos() -> bool


Returns whether the detailed info has iteration best design infos.

is_adaptive_mop_info

is_adaptive_mop_info() -> bool


Returns whether the detailed info is of type AdaptiveMOP info.

is_mop_info

is_mop_info() -> bool


Returns whether the detailed info is of type MOP info.

is_optimization_info

is_optimization_info() -> bool


Returns whether the detailed info is of type Optimization info.

is_reliability_info

is_reliability_info() -> bool


Returns whether the detailed info is of type Reliability info.

is_robustness_info

is_robustness_info() -> bool


Returns whether the detailed info is of type Robustness info.

is_sensitivity_info

is_sensitivity_info() -> bool


Returns whether the detailed info is of type Sensitivity info.

IsMOPInfo deprecated

DetailedAlgorithmInfo

Inherited by

MOPInfo

Constructors

MOPInfo

Inherits from: DetailedAlgorithmInfo

Constructors

Methods

has_cv_values

has_cv_values() -> bool


Returns whether cross validation values are present.

HasCVValues deprecated

PyAlgorithmInfo

Constructors

Methods

add_signal_info

add_signal_info( (str)signal name, (list)abscissa) -> None


Add new signal info by name and abscissa values. Skip if signal info is already present.

add_signal_info_y_data

add_signal_info_y_data( (str)signal name, (str)channel name, (str)data name, (str)data part name, (list)channel values) -> None


Add new channel values to an existing signal info.

clear_signal_info

clear_signal_info() -> None


Clear all existing signal information.

get_mop_info

get_mop_info() -> MOPInfo


Returns detailed MOP info if present.

get_signal_info_channel_names

get_signal_info_channel_names( (str)signal name) -> WStrList


Get a list of channel names for given signal info name

get_signal_info_data_names

get_signal_info_data_names( (str)signal name, (str)channel name) -> WStrList


Get a list of data names for given signal info name and channel name

get_signal_info_signal_names

get_signal_info_signal_names() -> WStrList


Get a list of signal info names

get_type

get_type() -> SupportedAlgorithms


Returns the algorithm type.

GetMOPInfo deprecated

has_best_design_infos

has_best_design_infos() -> bool


Returns whether the detailed info has iteration best design infos.

is_adaptive_mop_info

is_adaptive_mop_info() -> bool


Returns whether the detailed info is of type AdaptiveMOP info.

is_mop_info

is_mop_info() -> bool


Returns whether the detailed info is of type MOP info.

is_optimization_info

is_optimization_info() -> bool


Returns whether the detailed info is of type Optimization info.

is_reliability_info

is_reliability_info() -> bool


Returns whether the detailed info is of type Reliability info.

is_robustness_info

is_robustness_info() -> bool


Returns whether the detailed info is of type Robustness info.

is_sensitivity_info

is_sensitivity_info() -> bool


Returns whether the detailed info is of type Sensitivity info.

IsMOPInfo deprecated

PyDetailedAlgorithmInfo

Inherited by

MOPInfo

Constructors

PyMOPInfo

Inherits from: DetailedAlgorithmInfo

Constructors

Methods

has_cv_values

has_cv_values() -> bool


Returns whether cross validation values are present.

HasCVValues deprecated