Click or drag to resize

IObjectiveModelNonAllocatingIsFixedByUserOrBoundary Property

Gets or sets an array of the same length as the parameter array. If an element in this vector is , that parameter is either fixed by the user or fixed because the corresponding parameter has reached a boundary. This array is updated only at the end of the minimization process.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
IReadOnlyList<bool> IsFixedByUserOrBoundary { get; set; }

Property Value

IReadOnlyListBoolean
See Also