Click or drag to resize

NonlinearMinimizationResultIsFixedByUserOrBoundaries Property

Gets for each parameter, whether it is fixed either because it was fixed by the user, or because it is stuck at a boundary.

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

Property Value

IReadOnlyListBoolean
See Also