Enum: enumPostProcessingType

Enumeration of the possible optimization result types supported by the optimization method. Values can be combined when several types are supported.

Fields

Name Description
ePPT_Candidates Candidate points. The generation of candidate points is delegated to the optimization method. Otherwise it's delegated to DesignXplorer.
ePPT_FeasibilityAndParetoFronts Feasibility and Pareto front index per sample point. The allocation of feasibility state and Pareto front index is delegated to the optimization method. Otherwise it's delegated to DesignXplorer.
ePPT_None None. The generation of all postprocessing results is delegated to DesignXplorer.
ePPT_Samples Sample points. The selection of sample points is delegated to the optimization method. Otherwise it's delegated to DesignXplorer.