MultidimensionalOptimizer.EvaluateGradient Method

Evaluates the gradient.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also