Click or drag to resize

NonlinearModelOfFitEnsembleCreateNew Method

Creates a new instance of the objective model with identical configuration but independent 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 CreateNew()

Return Value

IObjectiveModel
A new objective model instance.

Implements

IObjectiveModelEvaluationCreateNew
See Also