@FunctionalInterface public static interface DelegateBasedInequalityConstraintCallback.Function
Modifier and Type | Method and Description |
---|---|
double |
invoke(SegmentResults results)
The
delegate type used by the DelegateBasedInequalityConstraint . |
double invoke(SegmentResults results)
delegate
type used by the DelegateBasedInequalityConstraint
. This must extract the value
from the results to compare to the BoundValue
(get
/ set
) of the
constraint
in a TargetedSegmentListParameterOptimizer
.results
- The results
of the segment specified in
the DelegateBasedInequalityConstraint
.constraints
BoundValue
(get
/ set
).