Click or drag to resize

LevenbergMarquardtMinimizerWithConstraintsNonAllocatingProjector Property

Gets or sets the constraint projector. When , the minimizer runs unconstrained (equivalent to the original behaviour without box constraints).

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IConstraintsProjector? Projector { get; set; }

Property Value

IConstraintsProjector
See Also