|
NelderMeadDiameterTolerance Property
|
Gets or sets the by how much the simplex diameter |xl - xh| must be
reduced before the algorithm can be terminated. Setting this value
to a value higher than zero causes the algorithm to replace the
standard
Convergence criteria with this condition.
Default is zero.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double DiameterTolerance { get; set; }
Public Property DiameterTolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also