Click or drag to resize

NonlinearModelOfFitEnsembleFork Method

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

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override IObjectiveModel Fork()

Return Value

IObjectiveModel
A new objective model instance.

Implements

IObjectiveModelFork
See Also