"CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
"CostFunctionJoAtCurrentOptimum",
- "CurrentIterationNumber",
"CurrentOptimum",
"CurrentState",
+ "CurrentStepNumber",
"ForecastCovariance",
"ForecastState",
"IndexOfOptimum",
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
-.. include:: snippets/CurrentIterationNumber.rst
-
.. include:: snippets/CurrentOptimum.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/CurrentStepNumber.rst
+
.. include:: snippets/ForecastCovariance.rst
.. include:: snippets/ForecastState.rst
"CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
"CostFunctionJoAtCurrentOptimum",
- "CurrentIterationNumber",
"CurrentOptimum",
"CurrentState",
"ForecastCovariance",
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
-.. include:: snippets/CurrentIterationNumber.rst
-
.. include:: snippets/CurrentOptimum.rst
.. include:: snippets/CurrentState.rst
--- /dev/null
+.. index:: single: CurrentStepNumber
+
+CurrentStepNumber
+ *List of integers*. Each element is the index of the current step in the
+ iterative process, driven by the series of observations, of the algorithm
+ used. Note: it is not the index of the current iteration of the algorithm
+ even if it coincides for non-iterative algorithms.
+
+ Example:
+ ``i = ADD.get("CurrentStepNumber")[-1]``
"CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
"CostFunctionJoAtCurrentOptimum",
- "CurrentIterationNumber",
"CurrentOptimum",
"CurrentState",
+ "CurrentStepNumber",
"ForecastCovariance",
"ForecastState",
"IndexOfOptimum",
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
-.. include:: snippets/CurrentIterationNumber.rst
-
.. include:: snippets/CurrentOptimum.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/CurrentStepNumber.rst
+
.. include:: snippets/ForecastCovariance.rst
.. include:: snippets/ForecastState.rst
"CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
"CostFunctionJoAtCurrentOptimum",
- "CurrentIterationNumber",
"CurrentOptimum",
"CurrentState",
"ForecastCovariance",
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
-.. include:: snippets/CurrentIterationNumber.rst
-
.. include:: snippets/CurrentOptimum.rst
.. include:: snippets/CurrentState.rst
--- /dev/null
+.. index:: single: CurrentStepNumber
+
+CurrentStepNumber
+ *Liste d'entiers*. Chaque élément est l'index du pas courant au cours du
+ déroulement itératif, piloté par la série des observations, de l'algorithme
+ utilisé. Remarque : ce n'est pas l'index d'itération courant d'algorithme
+ même si cela coïncide pour des algorithmes non itératifs.
+
+ Exemple :
+ ``i = ADD.get("CurrentStepNumber")[-1]``