Click or drag to resize

ProjectionResultFixedParameterIndices Property

Indices of parameters that are fixed to a single value throughout the feasible set.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IReadOnlyList<int> FixedParameterIndices { get; init; }

Property Value

IReadOnlyListInt32
See Also