]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Documentation update with features and review corrections
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Tue, 4 Jun 2024 17:01:11 +0000 (19:01 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 5 Jun 2024 07:23:39 +0000 (09:23 +0200)
commitce9c4ed7212b5c80efb2c58cc0e8e02d552e04af
treeac49d32720f8014b3e3ddbc577394a737eada9f4
parentba10f8e363eb8fb27636cf611acc9b97742bd0fc
Documentation update with features and review corrections
67 files changed:
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_Blue.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_DifferentialEvolution.rst
doc/en/ref_algorithm_EnsembleBlue.rst
doc/en/ref_algorithm_EnsembleKalmanFilter.rst
doc/en/ref_algorithm_ExtendedBlue.rst
doc/en/ref_algorithm_ExtendedKalmanFilter.rst
doc/en/ref_algorithm_KalmanFilter.rst
doc/en/ref_algorithm_LinearLeastSquares.rst
doc/en/ref_algorithm_NonLinearLeastSquares.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_QuantileRegression.rst
doc/en/ref_algorithm_TabuSearch.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/snippets/FeaturePropConvergenceOnBoth.rst [new file with mode: 0644]
doc/en/snippets/FeaturePropConvergenceOnNumbers.rst [new file with mode: 0644]
doc/en/snippets/FeaturePropConvergenceOnResidue.rst [new file with mode: 0644]
doc/en/snippets/FeaturePropConvergenceOnStatic.rst [new file with mode: 0644]
doc/en/snippets/FeaturePropParallelAlgorithm.rst
doc/en/snippets/FeaturePropParallelDerivativesOnly.rst
doc/en/snippets/FeaturePropParallelFree.rst
doc/en/snippets/Header2Algo12.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_Blue.rst
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_DifferentialEvolution.rst
doc/fr/ref_algorithm_EnsembleBlue.rst
doc/fr/ref_algorithm_EnsembleKalmanFilter.rst
doc/fr/ref_algorithm_ExtendedBlue.rst
doc/fr/ref_algorithm_ExtendedKalmanFilter.rst
doc/fr/ref_algorithm_KalmanFilter.rst
doc/fr/ref_algorithm_LinearLeastSquares.rst
doc/fr/ref_algorithm_NonLinearLeastSquares.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_QuantileRegression.rst
doc/fr/ref_algorithm_TabuSearch.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/snippets/FeaturePropConvergenceOnBoth.rst [new file with mode: 0644]
doc/fr/snippets/FeaturePropConvergenceOnNumbers.rst [new file with mode: 0644]
doc/fr/snippets/FeaturePropConvergenceOnResidue.rst [new file with mode: 0644]
doc/fr/snippets/FeaturePropConvergenceOnStatic.rst [new file with mode: 0644]
doc/fr/snippets/FeaturePropGlobalOptimization.rst
doc/fr/snippets/FeaturePropParallelAlgorithm.rst
doc/fr/snippets/FeaturePropParallelDerivativesOnly.rst
doc/fr/snippets/FeaturePropParallelFree.rst
doc/fr/snippets/Header2Algo12.rst
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daNumerics/pst4mod/__init__.py [new file with mode: 0644]