Click or drag to resize

CostFunctionConstraint Property

Gets or sets the constraints for the given cost function.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual ConstraintDefinition Constraint { get; set; }

Property Value

ConstraintDefinition

Implements

ICostFunctionConstraint
Remarks
Defaults to no constraints.
See Also