Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseFork Method

Creates a forked copy of the model with independent mutable state.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public abstract IObjectiveModel Fork()

Return Value

IObjectiveModel
A new objective model instance.

Implements

IObjectiveModelFork
See Also