Click or drag to resize

IObjectiveFunctionEvaluationCreateNew Method

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

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

Return Value

IObjectiveFunction
A new independent objective function instance.
See Also