NonlinearProgram.ObjectiveFunction Property

Gets or sets the objective function of the nonlinear program.

Definition

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

Property Value

Func<Vector<Double>, Double>
A delegate that represents a multivariate function.

See Also