Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseEvaluateAt(IReadOnlyListDouble) Method

Evaluates the model at the given parameter vector and invalidates cached dependent values.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void EvaluateAt(
	IReadOnlyList<double> parameters
)

Parameters

parameters  IReadOnlyListDouble
The parameter vector.

Implements

IObjectiveModelNonAllocatingEvaluateAt(IReadOnlyListDouble)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when parameters is .
ArgumentExceptionThrown when any element of parameters is not finite.
See Also