One Dimensional Optimizer.Derivative Of Objective Function Property
Gets or sets the derivative 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<double, double> DerivativeOfObjectiveFunction { get; set; }
Property Value
Func<Double, Double>Remarks
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. |