Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingCreateNew Method

Creates a new instance of the objective model with identical configuration but independent state.

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

Return Value

IObjectiveModel
A new objective model instance.

Implements

IObjectiveModelEvaluationCreateNew
See Also