Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
See Also