Gets or sets an initial guess for the solution of the nonlinear program.
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
Reference