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.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public double TerminationTolerance { get; }

Property Value

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