Click or drag to resize
Accord.NET (logo)

SubplexMaximumValue Property

Gets or sets the maximum value that the objective function could produce before the algorithm could be terminated as if the solution was good enough.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double MaximumValue { get; set; }
Request Example View Source

Property Value

Type: Double
See Also