Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsFixedByUser Property

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

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

Property Value

IReadOnlyListBoolean
See Also