Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsFixedByUser Property

Gets whether parameters are fixed or free (by the user).

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

Property Value

IReadOnlyListBoolean
See Also