Click or drag to resize

NonlinearMinimizerBaseEvaluateFunction Method

Evaluates the objective function at the specified internal parameters.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected double EvaluateFunction(
	IObjectiveModel objective,
	Vector<double> Pint
)

Parameters

objective  IObjectiveModel
The objective model.
Pint  VectorDouble
The internal parameter vector.

Return Value

Double
The objective value.
See Also