QuadraticProgram.InitialGuess Property

Gets or sets an initial guess for the solution of the quadratic program.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also