|
GeneralConvergenceAbsoluteParameterTolerance Property
|
Gets or sets the absolute parameter tolerance that should
be used as convergence criteria. This tracks the absolute
amount that the model parameters changes after two consecutive
iterations. Setting this value to zero disables those checks.
Default is 0.
Namespace:
Accord.Math.Convergence
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] AbsoluteParameterTolerance { get; set; }
Public Property AbsoluteParameterTolerance As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also