One Dimensional Optimizer.Evaluate Derivative Method
Evaluates the derivative of the objective function.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The derivative of the objective function at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected double EvaluateDerivative(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe derivative of the objective function at x.