Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
static ExtremumType |
ExtremumType.getDefault()
Get the enum constant that is considered to be the default.
|
ExtremumType |
ExtremeValueOfSegmentInequalityConstraint.getExtremumType()
|
ExtremumType |
ExtremeValueOfSegmentCostFunction.getExtremumType()
|
ExtremumType |
ExtremeValueOfSegmentConstraint.getExtremumType()
|
static ExtremumType |
ExtremumType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static ExtremumType |
ExtremumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtremumType[] |
ExtremumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtremeValueOfSegmentInequalityConstraint.setExtremumType(ExtremumType value)
|
void |
ExtremeValueOfSegmentCostFunction.setExtremumType(ExtremumType value)
|
void |
ExtremeValueOfSegmentConstraint.setExtremumType(ExtremumType value)
|
Constructor and Description |
---|
ExtremeValueOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType)
Initializes a new instance.
|
ExtremeValueOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType,
SolverConstraintScaling scaling)
Initializes a new instance.
|
ExtremeValueOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType,
SolverConstraintScaling scaling,
double weight)
Initializes a new instance.
|
ExtremeValueOfSegmentConstraint(SegmentDefinition segment,
double desiredValue,
double tolerance,
ExtremumType extremumType)
Initializes a new instance.
|
ExtremeValueOfSegmentCostFunction(CostFunctionGoal goal,
Scalar scalar,
SegmentDefinition segment,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType)
Initializes a new instance.
|
ExtremeValueOfSegmentCostFunction(CostFunctionGoal goal,
Scalar scalar,
SegmentDefinition segment,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType,
CostFunctionScaling scaling,
double weight)
Initializes a new instance.
|
ExtremeValueOfSegmentCostFunction(CostFunctionGoal goal,
SegmentDefinition segment,
double tolerance,
ExtremumType extremumType)
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.
|
Modifier and Type | Method and Description |
---|---|
ExtremumType |
JulianDateFunctionExtremumIndicated.getExtremumType()
Gets a value indicating whether the extremum is a minimum or maximum.
|
ExtremumType |
JulianDateFunctionExtremumFound.getExtremumType()
Gets a function value indicating whether the extremum is a minimum or maximum.
|
ExtremumType |
DurationFunctionExtremumIndicated.getExtremumType()
Gets a value indicating whether the extremum is a minimum or maximum.
|
ExtremumType |
DurationFunctionExtremumFound.getExtremumType()
Gets a function value indicating whether the extremum is a minimum or maximum.
|
ExtremumType |
DoubleFunctionExtremumIndicated.getExtremumType()
Gets a value indicating whether the extremum is a minimum or maximum.
|
ExtremumType |
DoubleFunctionExtremumFound.getExtremumType()
Gets a function value indicating whether the extremum is a minimum or maximum.
|