Click or drag to resize
Accord.NET (logo)

NonlinearLeastSquaresStartValues Property

Gets or sets the vector of initial values to be used at the beginning of the optimization. Setting a suitable set of initial values can be important to achieve good convergence or avoid poor local minimas.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] StartValues { get; set; }
Request Example View Source

Property Value

Type: Double
See Also