IConstraintsProjectorToProjectorWithoutFixedParameters Method |
Creates a new constraint projector with all fixed parameters eliminated from the constraints.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax(IConstraintsProjector Projector, double?[] ) ToProjectorWithoutFixedParameters()
Return Value
ValueTupleIConstraintsProjector,
NullableDoubleA tuple containing the new constraint projector with fixed parameters removed, and an array of nullable
doubles representing the values of the fixed parameters.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if any fixed parameters remain after elimination, indicating an unexpected state. |
RemarksUse this method to obtain a projector that operates only on free parameters, with all
parameters fixed by constraints removed. The returned array provides the values of the parameters that were
fixed.
See Also