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: 24.2.419.0 (24.2.419.0)
Syntax public 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.NumericalMethodsInequalityBoundType
Whether the boundValue represents a lower or an upper bound. - 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. - extremumType
- Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum).
See Also