One Dimensional Optimizer.Evaluate With Derivative Method
Evaluates the objective function and its derivative.
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 EvaluateWithDerivative(
double x,
out double derivative
)
Parameters
Return Value
DoubleThe derivative of the objective function at x.