MultidimensionalOptimizer.EvaluateGradient Method

Evaluates the gradient.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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