Click or drag to resize

SegmentPropagatorInequalityConstraint Constructor (InequalityBoundType, Double, Double, InequalityConstraintScaling)

Initializes a new instance. The weight defaults to 1.0.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SegmentPropagatorInequalityConstraint(
	InequalityBoundType boundType,
	double boundValue,
	double tolerance,
	InequalityConstraintScaling scaling
)

Parameters

boundType
Type: AGI.Foundation.NumericalMethodsInequalityBoundType
Whether the boundValue represents a lower or an upper bound.
boundValue
Type: SystemDouble
The lower or upper bound value that the function will be driven to satisfy if it is not already satisfied.
tolerance
Type: SystemDouble
How close the evaluated value must get to the boundValue to consider this inequality constraint to be active and on the constraint manifold.
scaling
Type: AGI.Foundation.NumericalMethodsInequalityConstraintScaling
The type of scaling to be used on this constraint.
See Also