MultidimensionalOptimizer.ObjectiveFunctionWithGradient Property

Gets or sets a function that evaluates the value and gradient of the objective function.

Definition

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

Property Value

Func<Vector<Double>, Vector<Double>, Double>

See Also