Gets or sets the initial value for the iteration.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> InitialGuess { get; set; }
Public Property InitialGuess As Vector(Of Double)
Get
Set
public:
property Vector<double>^ InitialGuess {
Vector<double>^ get ();
void set (Vector<double>^ value);
}
member InitialGuess : Vector<float> with get, set
Property Value
Type:
VectorDouble
The length of the vector must be the same as the number of unknowns in the system
of equations.
Reference