| Package | Description |
|---|---|
| agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
| Modifier and Type | Method and Description |
|---|---|
StoppableNumericalPropagatorResults |
NumericalPropagator.propagateUntilStop(Iterable<? extends StoppingConditionEvaluator> conditions,
IntegrationSense direction,
boolean initializeStoppingCondition,
int outputSparsity,
ITrackCalculationProgress progressTracker)
Propagates until one of the
conditions are tripped. |
StoppableNumericalPropagatorResults |
NumericalPropagator.propagateUntilStop(Iterable<? extends StoppingConditionEvaluator> conditions,
IntegrationSense direction,
boolean initializeStoppingCondition,
ITrackCalculationProgress progressTracker)
Propagates until one of the
conditions are tripped. |
StoppableNumericalPropagatorResults |
NumericalPropagator.propagateUntilStop(Iterable<? extends StoppingConditionEvaluator> conditions,
IntegrationSense direction,
ITrackCalculationProgress progressTracker)
Propagates until one of the
conditions are tripped. |
StoppableNumericalPropagatorResults |
NumericalPropagator.propagateUntilStop(Iterable<? extends StoppingConditionEvaluator> conditions,
ITrackCalculationProgress progressTracker)
Propagates forward until one of the
conditions are tripped. |