|
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; }
Public Property StartValues As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also