NonlinearMinimizerBaseNonAllocatingEvaluateFunction Method |
Evaluates the objective function at the provided internal parameter values.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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
DoubleThe objective function value at the specified parameters.
See Also