Click or drag to resize

IObjectiveModelEvaluationCreateNew Method

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

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

Return Value

IObjectiveModel
A new objective model instance.
See Also