public interface BatchLSODModel extends MultivariateJacobianFunction
Modifier and Type | Method and Description |
---|---|
AbstractIntegratedPropagator[] |
createPropagators(RealVector point)
Create the propagators and parameters corresponding to an evaluation point.
|
void |
fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
Fetch a measurement that was evaluated during propagation.
|
int |
getEvaluationsCount()
Get the evaluations count.
|
int |
getIterationsCount()
Get the iterations count.
|
ParameterDriversList |
getSelectedPropagationDriversForBuilder(int iBuilder)
Get the selected propagation drivers for a propagatorBuilder.
|
boolean |
isForwardPropagation()
Return the forward propagation flag.
|
void |
setEvaluationsCounter(Incrementor evaluationsCounter)
Set the counter for evaluations.
|
void |
setIterationsCounter(Incrementor iterationsCounter)
Set the counter for iterations.
|
value
ParameterDriversList getSelectedPropagationDriversForBuilder(int iBuilder)
iBuilder
- index of the builder in the builders' arrayAbstractIntegratedPropagator[] createPropagators(RealVector point)
point
- evaluation pointvoid fetchEvaluatedMeasurement(int index, EstimatedMeasurement<?> evaluation)
index
- index of the measurement first componentevaluation
- measurement evaluationvoid setEvaluationsCounter(Incrementor evaluationsCounter)
evaluationsCounter
- counter for evaluationsvoid setIterationsCounter(Incrementor iterationsCounter)
iterationsCounter
- counter for iterationsint getIterationsCount()
int getEvaluationsCount()
boolean isForwardPropagation()
Copyright © 2002-2020 CS GROUP. All rights reserved.