Click or drag to resize

IObjectiveModelNonAllocatingIsFixedByUserOrBoundary Property

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

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

Property Value

IReadOnlyListBoolean
See Also