Click or drag to resize

IObjectiveModelFork Method

Creates a forked copy of the model with independent mutable state.

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

Return Value

IObjectiveModel
A new objective model instance.
See Also