Multidimensional Optimizer.Evaluate Gradient Method
Evaluates the gradient.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The vector specified by output.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected virtual Vector<double> EvaluateGradient(
Vector<double> input,
Vector<double> output
)
Parameters
- input Vector<Double>
- A vector that specifies the point at which to evaluate the gradient.
- output Vector<Double>
- A vector that is to hold the gradient.
Return Value
Vector<Double>The vector specified by output.