Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
DelegateBasedInequalityConstraintCallback |
DelegateBasedInequalityConstraint.getCallback()
Gets the
delegate that computes the value from the SegmentResults
to compare against the BoundValue (get / set ). |
static DelegateBasedInequalityConstraintCallback |
DelegateBasedInequalityConstraintCallback.of(DelegateBasedInequalityConstraintCallback.Function f)
Create a delegate for the given interface.
|
static DelegateBasedInequalityConstraintCallback |
DelegateBasedInequalityConstraintCallback.of(DelegateBasedInequalityConstraintCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static DelegateBasedInequalityConstraintCallback |
DelegateBasedInequalityConstraintCallback.of(DelegateBasedInequalityConstraintCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegateBasedInequalityConstraint.setCallback(DelegateBasedInequalityConstraintCallback value)
Sets the
delegate that computes the value from the SegmentResults
to compare against the BoundValue (get / set ). |
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.
|