Click or drag to resize

ContinuousOptimizationContext Properties

The ContinuousOptimizationContext type exposes the following members.

Properties
  NameDescription
Protected propertyEliteSampleDefinition
Gets the elite sample definition for this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyInitialArgument
The initial argument of the function which the search for the optimal one starts with.
Public propertyInitialParameter
Gets the parameter initially exploited to sample from the state-space of the system defined by this context.
(Inherited from CrossEntropyContext.)
Public propertyInitialStandardDeviation
Gets the value assigned to each standard deviation in the initial Cross-Entropy parameter exploited by this context.
Public propertyMaximumNumberOfIterations
Gets the maximum number of iterations allowed by this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyMeanSmoothingCoefficient
Gets the coefficient that defines the smoothing scheme for the means of the Cross-Entropy parameters exploited by this context.
Public propertyMinimumNumberOfIterations
Gets the minimum number of iterations required by this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyOptimizationGoal
Gets a constant specifying if the performance function in this context must be minimized or maximized.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyStandardDeviationSmoothingCoefficient
Gets the coefficient that defines the base smoothing scheme for the standard deviations of the Cross-Entropy parameters exploited by this context.
Public propertyStandardDeviationSmoothingExponent
Gets the exponent that defines the dynamic smoothing scheme for the standard deviations of the Cross-Entropy parameters exploited by this context.
Public propertyStateDimension
Gets or sets the dimension of a vector representing a system's state when a CrossEntropyProgram executes in this context.
(Inherited from CrossEntropyContext.)
Public propertyTerminationTolerance
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.
Public propertyTraceExecution
Gets or sets a value indicating whether the execution of this context must be traced.
(Inherited from CrossEntropyContext.)
Top
See Also