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.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Func<Vector<double>, Vector<double>, double> ObjectiveFunctionWithGradient { get; set; }