MultidimensionalOptimizer.ObjectiveFunctionWithGradient Property

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

Definition

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

Property Value

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

See Also