Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
InequalityBoundType |
SegmentPropagatorInequalityConstraint.getBoundType()
|
InequalityBoundType |
InequalityConstraintSettings.getBoundType()
Gets a value indicating whether the inequality represents an upper bound or a lower bound.
|
static InequalityBoundType |
InequalityBoundType.getDefault()
Get the enum constant that is considered to be the default.
|
static InequalityBoundType |
InequalityBoundType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static InequalityBoundType |
InequalityBoundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InequalityBoundType[] |
InequalityBoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SegmentPropagatorInequalityConstraint.setBoundType(InequalityBoundType value)
|
void |
InequalityConstraintSettings.setBoundType(InequalityBoundType value)
Sets a value indicating whether the inequality represents an upper bound or a lower bound.
|
Constructor and Description |
---|
DelegateBasedInequalityConstraint(DelegateBasedInequalityConstraintCallback callback,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance)
Initializes a new instance.
|
DelegateBasedInequalityConstraint(DelegateBasedInequalityConstraintCallback callback,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
InequalityConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType boundType,
Scalar scalar,
SegmentDefinition segment,
double boundValue,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType)
Initializes a new instance.
|
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType boundType,
Scalar scalar,
SegmentDefinition segment,
double boundValue,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType,
InequalityConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType boundType,
SegmentDefinition segment,
double boundValue,
double tolerance,
ExtremumType extremumType)
Initializes a new instance.
|
InequalityConstraintSettings(InequalityBoundType boundType,
double boundValue,
double tolerance)
Initializes a new instance with no scaling.
|
InequalityConstraintSettings(InequalityBoundType boundType,
double boundValue,
double tolerance,
InequalityConstraintScaling scaling)
Initializes a new instance.
|
InequalityConstraintSettings(InequalityBoundType boundType,
double boundValue,
double tolerance,
InequalityConstraintScaling scaling,
String name)
Initializes a new instance.
|
InequalityConstraintSettings(InequalityBoundType boundType,
double boundValue,
double tolerance,
InequalityConstraintScaling scaling,
String name,
double weight)
Initializes a new instance.
|
ScalarAtEndOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
TimeBasedStateParameter parameter,
EndsOfSegment endOfSegment)
Initializes a new instance.
|
ScalarAtEndOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
TimeBasedStateParameter parameter,
EndsOfSegment endOfSegment,
InequalityConstraintScaling scaling)
Initializes a new instance.
|
ScalarAtEndOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
TimeBasedStateParameter parameter,
EndsOfSegment endOfSegment,
InequalityConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ScalarAtEndOfSegmentInequalityConstraint(SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance)
Initializes a new instance.
|
ScalarDifferenceOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
ScalarConstraintDifference constraintDifference)
Initializes a new instance.
|
ScalarDifferenceOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
ScalarConstraintDifference constraintDifference,
InequalityConstraintScaling scaling)
Initializes a new instance.
|
ScalarDifferenceOfSegmentInequalityConstraint(Scalar scalar,
SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
ScalarConstraintDifference constraintDifference,
InequalityConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ScalarDifferenceOfSegmentInequalityConstraint(SegmentDefinition segment,
InequalityBoundType boundType,
double boundValue,
double tolerance,
ScalarConstraintDifference constraintDifference)
Initializes a new instance.
|
SegmentPropagatorInequalityConstraint(InequalityBoundType boundType,
double boundValue,
double tolerance)
Initializes a new instance.
|
SegmentPropagatorInequalityConstraint(InequalityBoundType boundType,
double boundValue,
double tolerance,
InequalityConstraintScaling scaling)
Initializes a new instance.
|
SegmentPropagatorInequalityConstraint(InequalityBoundType boundType,
ValueDefinition<Double> boundValue,
double tolerance)
Initializes a new instance.
|
SegmentPropagatorInequalityConstraint(InequalityBoundType boundType,
ValueDefinition<Double> boundValue,
double tolerance,
InequalityConstraintScaling scaling,
double weight)
Initializes a new instance.
|