Click or drag to resize

ContinuousOptimizationContextTerminationTolerance Property

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.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double TerminationTolerance { get; }

Property Value

Type: Double
The tolerance on the standard deviations of a Cross-Entropy parameter to apply while testing if the optimization has converged at intermediate iterations.
See Also