]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation and code review corrections (20)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 6 Feb 2022 14:02:09 +0000 (15:02 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 6 Feb 2022 14:02:09 +0000 (15:02 +0100)
doc/en/ref_algorithm_TabuSearch.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/ref_algorithm_TabuSearch.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst

index 51bc8691887cf6f95256183329d1eac90add4971..7340de75cb4ea47ea7a326ddb73d157f6ac11860 100644 (file)
@@ -64,6 +64,8 @@ Positions already explored are kept in a list of finite length.
 .. ------------------------------------ ..
 .. include:: snippets/Header2Algo03AdOp.rst
 
+.. include:: snippets/BoundsWithNone.rst
+
 .. include:: snippets/LengthOfTabuList.rst
 
 .. include:: snippets/MaximumNumberOfSteps_50.rst
index 09f9d42cf6527a5be4ce9b8f8a9e1e5a5fe6524c..2e26be26062bad6bde6e5efa26f69c1dd369bb35 100644 (file)
@@ -58,8 +58,8 @@ with the help of the :ref:`section_ref_algorithm_LinearityTest`.
 
 A difference is made between the "unscented" Kalman filter taking into account
 bounds on the states (the variant named "2UKF", which is recommended and used
-by default), and the "unscented" Kalman filter conducted without any constraint
-(the variant named "UKF", which is not recommended).
+by default), and the canonical "unscented" Kalman filter conducted without any
+constraint (the variant named "UKF", which is not recommended).
 
 .. ------------------------------------ ..
 .. include:: snippets/Header2Algo02.rst
index 61d2ae58e3702db90a0d4ce0d4fd6181fcad3df7..4b1920444c5bad7d8ffa15e92eb1415357e50c5d 100644 (file)
@@ -66,6 +66,8 @@ liste de longueur finie.
 .. ------------------------------------ ..
 .. include:: snippets/Header2Algo03AdOp.rst
 
+.. include:: snippets/BoundsWithNone.rst
+
 .. include:: snippets/LengthOfTabuList.rst
 
 .. include:: snippets/MaximumNumberOfSteps_50.rst
index 91a64dacb34a895181f81926d2041744b7054c44..facee3cdb26a49a879106a6a3376041dbafba095 100644 (file)
@@ -59,7 +59,7 @@ opérateurs à l'aide de l':ref:`section_ref_algorithm_LinearityTest`.
 
 On fait une différence entre le filtre de Kalman "unscented" tenant compte de
 bornes sur les états (la variante nommée "2UKF", qui est recommandée et qui est
-utilisée par défaut), et le filtre de Kalman "unscented" conduit sans
+utilisée par défaut), et le filtre de Kalman "unscented" canonique conduit sans
 aucune contrainte (la variante nommée "UKF", qui n'est pas recommandée).
 
 .. ------------------------------------ ..