Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseToObjectiveFunction Method

Converts this model to an objective function suitable for minimizers.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IObjectiveFunction ToObjectiveFunction()

Return Value

IObjectiveFunction
The objective function view of this model.

Implements

IObjectiveModelToObjectiveFunction
See Also