Click or drag to resize

IScalarObjectiveFunctionEvaluate Method

Evaluates the scalar 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#
IScalarObjectiveFunctionEvaluation Evaluate(
	double point
)

Parameters

point  Double
The point at which to evaluate the function.

Return Value

IScalarObjectiveFunctionEvaluation
The evaluation result at the specified point.
See Also