Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsFixedByUserOrBoundary 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.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<bool> IsFixedByUserOrBoundary { get; set; }

Property Value

IReadOnlyListBoolean

Implements

IObjectiveModelNonAllocatingIsFixedByUserOrBoundary
See Also