IObjectiveFunctionFork Method |
Creates a new independent copy of this objective function, evaluated at the same point.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIObjectiveFunction Fork()
Return Value
IObjectiveFunctionA new independent objective function instance evaluated at the current point.
See Also