Multidimensional Optimizer.Objective Function Property
            
            
            Gets or sets the objective function.
            
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A delegate that represents a multivariate function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public override sealed Func<Vector<double>, double> ObjectiveFunction { get; set; }Property Value
Func<Vector<Double>, Double>A delegate that represents a multivariate function.
Exceptions
| Invalid | The property is set while a calculation is underway.  |