ExtremeValueOfSegmentInequalityConstraint Constructor (InequalityBoundType, SegmentDefinition, Double, Double, ExtremumType) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtremeValueOfSegmentInequalityConstraint(
InequalityBoundType boundType,
SegmentDefinition segment,
double boundValue,
double tolerance,
ExtremumType extremumType
)
Public Sub New (
boundType As InequalityBoundType,
segment As SegmentDefinition,
boundValue As Double,
tolerance As Double,
extremumType As ExtremumType
)
public:
ExtremeValueOfSegmentInequalityConstraint(
InequalityBoundType boundType,
SegmentDefinition^ segment,
double boundValue,
double tolerance,
ExtremumType extremumType
)
new :
boundType : InequalityBoundType *
segment : SegmentDefinition *
boundValue : float *
tolerance : float *
extremumType : ExtremumType -> ExtremeValueOfSegmentInequalityConstraint
Parameters
- boundType
- Type: AGI.Foundation.NumericalMethods.InequalityBoundType
Whether the boundValue represents a lower or an upper bound. - segment
- Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The SegmentDefinition whose states will
be used to compute the Scalar. - boundValue
- Type: System.Double
The lower or upper bound value that the function
will be driven to satisfy if it is not already satisfied. - tolerance
- Type: System.Double
How close the evaluated value must get to the
boundValue to consider this inequality constraint to be active and on the constraint manifold. - extremumType
- Type: AGI.Foundation.NumericalMethods.ExtremumType
The type of the extremum (minimum, maximum).
See Also