Salome HOME
f12f2afed4cc50219813fa7849ee72668ea21b18
[modules/adao.git] / doc / fr / examples.rst
1 ..
2    Copyright (C) 2008-2024 EDF R&D
3
4    This file is part of SALOME ADAO module.
5
6    This library is free software; you can redistribute it and/or
7    modify it under the terms of the GNU Lesser General Public
8    License as published by the Free Software Foundation; either
9    version 2.1 of the License, or (at your option) any later version.
10
11    This library is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14    Lesser General Public License for more details.
15
16    You should have received a copy of the GNU Lesser General Public
17    License along with this library; if not, write to the Free Software
18    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20    See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22    Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
23
24 .. _section_docu_examples:
25
26 ================================================================================
27 **[DocU]** Exemples d'utilisation d'ADAO
28 ================================================================================
29
30 Pour faciliter la lecture ou la recherche, cette section rassemble de manière
31 synthétique les pointeurs directs, vers les sections adéquates, d'exemples
32 simples d’utilisation du module (principalement mais pas uniquement en TUI).
33
34 Ces exemples sont disponibles en direct dans les tutoriaux, dans les
35 documentations détaillées d'algorithmes ou de problèmes appliqués, et dans les
36 usages avancés. Ils sont rassemblés ici par catégorie et ordre alphabétique.
37
38 Tutoriaux
39 ---------
40
41 #. :ref:`section_tutorials_in_salome`
42 #. :ref:`section_tutorials_in_python`
43
44 Utilisations d'algorithmes de calcul
45 ------------------------------------
46
47 #. :ref:`Exemples avec l'algorithme de "3DVAR"<section_ref_algorithm_3DVAR_examples>`
48 #. :ref:`Exemples avec l'algorithme de "Blue"<section_ref_algorithm_Blue_examples>`
49 #. :ref:`Exemples avec l'algorithme de "DerivativeFreeOptimization"<section_ref_algorithm_DerivativeFreeOptimization_examples>`
50 #. :ref:`Exemples avec l'algorithme de "ExtendedBlue"<section_ref_algorithm_ExtendedBlue_examples>`
51 #. :ref:`Exemples avec l'algorithme de "KalmanFilter"<section_ref_algorithm_KalmanFilter_examples>`
52 #. :ref:`Exemples avec l'algorithme de "NonLinearLeastSquares"<section_ref_algorithm_NonLinearLeastSquares_examples>`
53 #. :ref:`Exemples avec l'algorithme de "ParticleSwarmOptimization"<section_ref_algorithm_ParticleSwarmOptimization_examples>`
54
55 Utilisations d'algorithmes de vérification
56 ------------------------------------------
57
58 #. :ref:`Exemples de vérification avec "AdjointTest"<section_ref_algorithm_AdjointTest_examples>`
59 #. :ref:`Exemples de vérification avec "ControledFunctionTest"<section_ref_algorithm_ControledFunctionTest_examples>`
60 #. :ref:`Exemples de vérification avec "FunctionTest"<section_ref_algorithm_FunctionTest_examples>`
61 #. :ref:`Exemples de vérification avec "ObservationSimulationComparisonTest"<section_ref_algorithm_ObservationSimulationComparisonTest_examples>`
62 #. :ref:`Exemples de vérification avec "ParallelFunctionTest"<section_ref_algorithm_ParallelFunctionTest_examples>`
63
64 Utilisations d'algorithmes orientés tâches ou études dédiées
65 ------------------------------------------------------------
66
67 #. :ref:`Exemples d'étude avec "InterpolationByReducedModelTask"<section_ref_algorithm_InterpolationByReducedModelTask_examples>`
68 #. :ref:`Exemples d'étude avec "MeasurementsOptimalPositioningTask"<section_ref_algorithm_MeasurementsOptimalPositioningTask_examples>`
69
70 Utilisations avancées
71 ---------------------
72
73 #. :ref:`section_advanced_convert_JDC`
74 #. :ref:`section_advanced_YACS_tui`
75 #. :ref:`section_advanced_R`