Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetedSegmentListDifferentialCorrectorResults
The
results that get returned from an evaluation of a
TargetedSegmentListDifferentialCorrector . |
class |
TargetedSegmentListParameterOptimizerResults
The
results that get returned from an evaluation of a
TargetedSegmentListParameterOptimizer . |
Modifier and Type | Method and Description |
---|---|
abstract TargetedSegmentListOperatorResults |
TargetedSegmentListOperatorEvaluator.evaluate(TargetedSegmentListResults parentsEmptyResults,
TargetedSegmentListConfiguration segmentConfigurations,
ITrackCalculationProgress progressTracker)
Evaluates this operator.
|
TargetedSegmentListOperatorResults |
TargetedSegmentListResults.getOperatorResult(TargetedSegmentListOperator identifier)
Returns the
results of the operator made by the identifier . |
Modifier and Type | Method and Description |
---|---|
ArrayList<TargetedSegmentListOperatorResults> |
TargetedSegmentListResults.getOperatorResults()
Gets the results for each
TargetedSegmentListOperatorEvaluator run by the TargetedSegmentList . |
Modifier and Type | Method and Description |
---|---|
void |
TargetedSegmentListOperatorEvaluator.applyResults(TargetedSegmentListOperatorResults results)
For
TargetedSegmentListOperatorEvaluators that have
state, there may be times when that state should be manually set on an operator (sometimes
for performance reasons, when the operator will be called multiple times and it should
start from where it left off). |
Constructor and Description |
---|
TargetedSegmentListOperatorResults(TargetedSegmentListOperatorResults existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|