ContinuousOptimizationContext Properties

Properties

EliteSampleDefinition Gets the elite sample definition for this context.
(Inherited from SystemPerformanceOptimizationContext)
InitialArgument The initial argument of the function which the search for the optimal one starts with.
InitialParameter Gets the parameter initially exploited to sample from the state-space of the system defined by this context.
(Inherited from CrossEntropyContext)
InitialStandardDeviation Gets the value assigned to each standard deviation in the initial Cross-Entropy parameter exploited by this context.
MaximumNumberOfIterations Gets the maximum number of iterations allowed by this context.
(Inherited from SystemPerformanceOptimizationContext)
MeanSmoothingCoefficient Gets the coefficient that defines the smoothing scheme for the means of the Cross-Entropy parameters exploited by this context.
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)
StandardDeviationSmoothingCoefficient Gets the coefficient that defines the base smoothing scheme for the standard deviations of the Cross-Entropy parameters exploited by this context.
StandardDeviationSmoothingExponent Gets the exponent that defines the dynamic smoothing scheme for the standard deviations 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)
TerminationTolerance Gets the minimal value which, if greater than all the standard deviations of a Cross-Entropy parameter, signals that the optimization must be considered as converged at intermediate iterations.
TraceExecution Gets or sets a value indicating whether the execution of this context must be traced.
(Inherited from CrossEntropyContext)

See Also