Multidimensional Optimizer.Initial Guess Property
Gets or sets the initial value for the iteration.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> InitialGuess { get; set; }
Property Value
Vector<Double>Remarks
The length of the vector must be the same as the number of unknowns in the system of equations.
Exceptions
Argument | value is null. |