Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

MOP common

Last update: 16.07.2025

Common types for the MOP framework. More...

Classes

struct  EnumTraits< ParameterImportance >
 
struct  EnumTraits< TrainingPlanType >
 
struct  SerializableTraits< ParameterImportance >
 

Typedefs

using IndexType = SizeType
 
using IndexVector = std::vector< IndexType >
 
using IndexVectorCollection = std::vector< IndexVector >
 
using ParameterImportanceVector = std::vector< ParameterImportance >
 
using ScalarType = number
 
using SizeType = uint64_t
 

Enumerations

enum  ParameterImportance { Mandatory = 0, Optional, Ignore, Undefined }
 ParameterImportance A set of states that define for each parameter how it is used with a models Parameter filtering.
 
enum  TrainingPlanType { Simple = 0, LeaveOneOut, KFold, Undefined }
 Enums to select how the Training plans are generated.
 

Functions

string to_string (int t)
 

Variables

constexpr int Auto = int(-1)
 
constexpr IndexType InvalidIndex = IndexType(-1)
 

Detailed Description

Common types for the MOP framework.

Connect with Ansys