Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsFixedByUserOrBoundary Property

Array of the length NumberOfParameters. If an element is true, that parameter is either fixed by the user (see IsFixedByUser), or is fixed because it has reached a boundary. This array will be updated only at the end of the minimization process.

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

Property Value

IReadOnlyListBoolean

Implements

IObjectiveModelNonAllocatingIsFixedByUserOrBoundary
See Also