Click or drag to resize

OptimizationMethodFunctionEvaluation Method

Performs an evaluation of the cost function value.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected double FunctionEvaluation(
	Vector<double> x
)

Parameters

x  VectorDouble
The point at which to evaluate the cost function.

Return Value

Double
The cost function value at x.
See Also