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: 10.0.0
C#
The derivative of the objective function at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
protected double EvaluateWithDerivative(
double x,
out double derivative
)Parameters
- x Double
- A real number.
- derivative Double
- When this method returns, the derivative of the objective function.
Return Value
DoubleThe derivative of the objective function at x.