Click or drag to resize

ExtremeValueOfSegmentInequalityConstraint Constructor (InequalityBoundType, Scalar, SegmentDefinition, Double, Double, TimeBasedStateParameter, ExtremumType, InequalityConstraintScaling, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ExtremeValueOfSegmentInequalityConstraint(
	InequalityBoundType boundType,
	Scalar scalar,
	SegmentDefinition segment,
	double boundValue,
	double tolerance,
	TimeBasedStateParameter parameter,
	ExtremumType extremumType,
	InequalityConstraintScaling scaling,
	double weight
)

Parameters

boundType
Type: AGI.Foundation.NumericalMethodsInequalityBoundType
Whether the boundValue represents a lower or an upper bound.
scalar
Type: AGI.Foundation.GeometryScalar
The Scalar to use to compare to the boundValue.
segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition whose states will be used to compute the Scalar.
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.
parameter
Type: AGI.Foundation.GeometryTimeBasedStateParameter
The parameter to use to when computing the scalar.
extremumType
Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum).
scaling
Type: AGI.Foundation.NumericalMethodsInequalityConstraintScaling
The type of scaling to be used on this constraint.
weight
Type: SystemDouble
The weight of this constraint compared to the cost function and other constraints.
See Also