Click or drag to resize

LazyObjectiveFunctionBaseCreateNew Method

Creates a new unevaluated and independent copy of this objective function.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract IObjectiveFunction CreateNew()

Return Value

IObjectiveFunction
A new independent objective function instance.

Implements

IObjectiveFunctionEvaluationCreateNew
See Also