Click or drag to resize

ObjectiveFunctionBaseFork Method

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

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

Return Value

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

Implements

IObjectiveFunctionFork
See Also