Click or drag to resize

IObjectiveFunctionFork Method

Creates a new independent copy of this objective function, evaluated at the same point.

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

Return Value

IObjectiveFunction
A new independent objective function instance evaluated at the current point.
See Also