CombinationOptimizationContext Properties

Properties

CombinationDimension Gets the dimension of a combination represented by a system's state when a CrossEntropyProgram executes in this context.
EliteSampleDefinition Gets the elite sample definition for this context.
(Inherited from SystemPerformanceOptimizationContext)
InitialParameter Gets the parameter initially exploited to sample from the state-space of the system defined by this context.
(Inherited from CrossEntropyContext)
MaximumNumberOfIterations Gets the maximum number of iterations allowed by this context.
(Inherited from SystemPerformanceOptimizationContext)
MinimumNumberOfIterations Gets the minimum number of iterations required by this context.
(Inherited from SystemPerformanceOptimizationContext)
OptimizationGoal Gets a constant specifying if the performance function in this context must be minimized or maximized.
(Inherited from SystemPerformanceOptimizationContext)
ProbabilitySmoothingCoefficient Gets the coefficient that defines the smoothing scheme for the probabilities of the Cross-Entropy parameters exploited by this context.
StateDimension Gets or sets the dimension of a vector representing a system's state when a CrossEntropyProgram executes in this context.
(Inherited from CrossEntropyContext)
TraceExecution Gets or sets a value indicating whether the execution of this context must be traced.
(Inherited from CrossEntropyContext)

See Also