One Dimensional Optimizer.Objective Function With Derivative Property
            
            
            Gets or sets a function that computes the value of the objective function
            and its derivative.
            
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 FunctionWithDerivative ObjectiveFunctionWithDerivative { get; set; }Property Value
FunctionWithDerivativeRemarks
The objective function is the function for which an extremum needs to be found.
Exceptions
| Invalid | An attempt was made to change the objective function while the algorithm was running.  |