Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
ScalarConstraintDifference |
ScalarDifferenceOfSegmentInequalityConstraint.getConstraintDifference()
Gets how the difference will be computed.
|
ScalarConstraintDifference |
ScalarDifferenceOfSegmentConstraint.getConstraintDifference()
Gets how the difference will be computed.
|
ScalarConstraintDifference |
ScalarDifferenceOfSegmentCostFunction.getCostFunctionDifference()
Gets how the difference will be computed.
|
static ScalarConstraintDifference |
ScalarConstraintDifference.getDefault()
Get the enum constant that is considered to be the default.
|
static ScalarConstraintDifference |
ScalarConstraintDifference.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static ScalarConstraintDifference |
ScalarConstraintDifference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalarConstraintDifference[] |
ScalarConstraintDifference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarDifferenceOfSegmentInequalityConstraint.setConstraintDifference(ScalarConstraintDifference value)
Sets how the difference will be computed.
|
void |
ScalarDifferenceOfSegmentConstraint.setConstraintDifference(ScalarConstraintDifference value)
Sets how the difference will be computed.
|
void |
ScalarDifferenceOfSegmentCostFunction.setCostFunctionDifference(ScalarConstraintDifference value)
Sets how the difference will be computed.
|
Constructor and Description |
---|
ScalarDifferenceOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
ScalarConstraintDifference constraintDifference)
Initializes a new instance.
|
ScalarDifferenceOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
ScalarConstraintDifference constraintDifference,
SolverConstraintScaling scaling)
Initializes a new instance.
|
ScalarDifferenceOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
ScalarConstraintDifference constraintDifference,
SolverConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ScalarDifferenceOfSegmentConstraint(SegmentDefinition segment,
double desiredValue,
double tolerance,
ScalarConstraintDifference constraintDifference)
Initializes a new instance.
|
ScalarDifferenceOfSegmentCostFunction(Scalar scalar,
SegmentDefinition segment,
CostFunctionGoal goal,
double tolerance,
ScalarConstraintDifference costFunctionDifference)
Initializes a new instance.
|
ScalarDifferenceOfSegmentCostFunction(Scalar scalar,
SegmentDefinition segment,
CostFunctionGoal goal,
double tolerance,
ScalarConstraintDifference costFunctionDifference,
CostFunctionScaling scaling)
Initializes a new instance.
|
ScalarDifferenceOfSegmentCostFunction(Scalar scalar,
SegmentDefinition segment,
CostFunctionGoal goal,
double tolerance,
ScalarConstraintDifference costFunctionDifference,
CostFunctionScaling scaling,
double weight)
Initializes a new instance.
|
ScalarDifferenceOfSegmentCostFunction(SegmentDefinition segment,
CostFunctionGoal goal,
double tolerance,
ScalarConstraintDifference costFunctionDifference)
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.
|