Quadratic Program.Initial Guess Property
Gets or sets an initial guess for the solution of the quadratic program.
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
For an active set method, this property is used to generate the initial active set.