Click or drag to resize

IObjectiveFunctionEvaluateAt Method

Evaluates the objective function at the specified point.

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

Parameters

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