Click or drag to resize

ObjectiveFunctionBaseEvaluateAt Method

Evaluates the objective function at the specified point.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EvaluateAt(
	Vector<double> point
)

Parameters

point  VectorDouble
The point at which to evaluate the objective function.

Implements

IObjectiveFunctionEvaluateAt(VectorDouble)
See Also