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.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public double TerminationTolerance { get; }
Public ReadOnly Property TerminationTolerance As Double
Get
public:
property double TerminationTolerance {
double get ();
}
member TerminationTolerance : float with 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.