Multidimensional Optimizer.Objective Function With Gradient 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Func<Vector<double>, Vector<double>, double> ObjectiveFunctionWithGradient { get; set; }