Click or drag to resize

ICostFunctionValue Method

Method to override to compute the cost function value of x

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

Parameters

x  VectorDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Optimization.ICostFunction.Value(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.ICostFunction.Value(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

See Also