MultidimensionalOptimizer.EvaluateGradient Method

Evaluates the gradient.

DefinitionPermalink

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
protected virtual Vector<double> EvaluateGradient(
	Vector<double> input,
	Vector<double> output
)

ParametersPermalink

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 ValuePermalink

Vector<Double>
The vector specified by output.

See AlsoPermalink