]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation and code review corrections (8)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sat, 20 Nov 2021 13:47:29 +0000 (14:47 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sat, 20 Nov 2021 13:47:29 +0000 (14:47 +0100)
doc/en/index.rst
doc/en/ref_userpostanalysis_requirements.rst
doc/fr/index.rst
doc/fr/ref_userpostanalysis_requirements.rst

index df9d2d647705d401e4ef0b0e3a672a35a172c694..583472e026948ab4d5e4fdd1f8ace5de30d0b910 100644 (file)
@@ -39,11 +39,13 @@ optimal estimate of the inaccessible true value of a system state, eventually
 over time. It uses information coming from experimental measurements or
 observations, and from numerical *a priori* models, including information about
 their errors. Parts of the framework are also known under the names of
-*inverse problems*, *parameter estimation*, *Bayesian estimation*, *optimal
-interpolation*, *field reconstruction*, etc. More details can be found in the
-section :ref:`section_theory`. The ADAO module currently offers more than one
-hundred different algorithmic methods and allows the study of about 350
-distinct applied problems.
+*calibration*, *adjustment*, *state estimation*, *parameter estimation*,
+*parameter adjustment*, *inverse problems*, *Bayesian estimation*, *optimal
+interpolation*, *mathematical regularization*, *meta-heuristics for
+optimization*, *model reduction*, *data smoothing*, etc. More details can be
+found in the section :ref:`section_theory`. The ADAO module currently offers
+more than one hundred different algorithmic methods and allows the study of
+about 350 distinct applied problems.
 
 The documentation for this module is divided into several major categories,
 related to the theoretical documentation (indicated in the section title by
index bc515cd39a2b958824ef1e8a9436a1f012df79ca..c7f4692f8fafc79d305a859f59a802c77056fd84 100644 (file)
@@ -170,7 +170,7 @@ Print on standard output and, in the same time save in a file of the '/tmp' dire
     print('# Post-analysis')
     import numpy
     xa=ADD.get('Analysis')[-1]
-    print 'Analysis',xa
+    print('Analysis',xa)
     f='/tmp/analysis.txt'
     print('Analysis saved in "%s"'%f)
     numpy.savetxt(f,xa)
@@ -217,7 +217,7 @@ Print on standard output and, in the same time save in a file of the '/tmp' dire
     print('# Post-analysis')
     import numpy
     xa=ADD.get('Analysis')
-    print 'Analysis',xa
+    print('Analysis',xa)
     f='/tmp/analysis.txt'
     print('Analysis saved in "%s"'%f)
     numpy.savetxt(f,xa)
index 5056e11de8cb8c2659221134c09caefc79ba157a..21ff9320282f90e81da780b9c9b93142f96dab4f 100644 (file)
@@ -40,11 +40,14 @@ système, éventuellement au cours du temps. Il utilise des informations
 provenant de mesures expérimentales, ou observations, et de modèles numériques
 *a priori*, y compris des informations sur leurs erreurs. Certaines des
 méthodes incluses dans ce cadre sont également connues sous les noms de
-*problèmes inverses*, *estimation de paramètres*, *estimation bayésienne*,
-*interpolation optimale*, *reconstruction de champs*, etc. De plus amples
-détails peuvent être trouvés dans la partie proposant :ref:`section_theory`. Le
-module ADAO offre actuellement plus d'une centaine de méthodes algorithmiques
-différentes et permet l'étude d'environ 350 problèmes appliqués distincts.
+*calage* ou *recalage*, *calibration*, *estimation d'état*, *estimation de
+paramètres*, *ajustement de paramètres*, *problèmes inverses* ou *inversion*,
+*estimation bayésienne*, *interpolation optimale*, *régularisation
+mathématique*, *méta-heuristiques* d'optimisation, *réduction de modèles*,
+*lissage de données*, etc. De plus amples détails peuvent être trouvés dans la
+partie proposant :ref:`section_theory`. Le module ADAO offre actuellement plus
+d'une centaine de méthodes algorithmiques différentes et permet l'étude
+d'environ 350 problèmes appliqués distincts.
 
 La documentation de ce module est divisée en plusieurs grandes catégories,
 relatives à la documentation théorique (indiquée dans le titre de section par
index ee0659fa5b8cd2866f2d298cb77cc584a84508be..89ae3a288914b115a91a9c49e619610c62ba4988 100644 (file)
@@ -174,7 +174,7 @@ Imprime sur la sortie standard et, en même temps enregistre dans un fichier du
     print('# Post-analysis')
     import numpy
     xa=ADD.get('Analysis')[-1]
-    print 'Analysis',xa
+    print('Analysis',xa)
     f='/tmp/analysis.txt'
     print('Analysis saved in "%s"'%f)
     numpy.savetxt(f,xa)
@@ -221,7 +221,7 @@ Imprime sur la sortie standard et, en même temps enregistre dans un fichier du
     print('# Post-analysis')
     import numpy
     xa=ADD.get('Analysis')
-    print 'Analysis',xa
+    print('Analysis',xa)
     f='/tmp/analysis.txt'
     print('Analysis saved in "%s"'%f)
     numpy.savetxt(f,xa)