ICostFunctionValue Method |
Computes the cost function value at x.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxdouble Value(
Vector<double> x
)
Parameters
- x VectorDouble
- Point at which to evaluate the cost function.
Return Value
DoubleThe cost function value at
x.
See Also