Click or drag to resize

IObjectiveModelToObjectiveFunction Method

Converts this model to an objective function suitable for minimizers.

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

Return Value

IObjectiveFunction
The objective function view of this model.
See Also