Click or drag to resize

NonlinearMinimizerBaseNonAllocatingEvaluateFunction Method

Evaluates the objective function at the provided internal parameter values.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected double EvaluateFunction(
	IObjectiveModelNonAllocating objective,
	IReadOnlyList<double> Pint,
	IVector<double> pExt
)

Parameters

objective  IObjectiveModelNonAllocating
The objective model.
Pint  IReadOnlyListDouble
The parameters (internal representation).
pExt  IVectorDouble
A pre-allocated vector that receives the external parameter representation.

Return Value

Double
The objective function value at the specified parameters.
See Also