NonlinearProgram.InitialGuess Property

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

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> InitialGuess { get; set; }

Property Value

Vector<Double>

See Also