Salome HOME
Documentation, style and code performance update
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 5 Apr 2024 10:19:40 +0000 (12:19 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 5 Apr 2024 10:19:40 +0000 (12:19 +0200)
commitd00741c292f31481ac31ccd778933b61e9d759b3
tree9d4f07dfe88e3d02e8baf00d1ee02586b01c9376
parentc04fc493f2d041cff3f2abd968545f6f8ab450da
Documentation, style and code performance update
110 files changed:
doc/en/bibliography.rst
doc/en/ref_algorithm_GradientTest.rst
doc/en/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/snippets/AmplitudeOfInitialDirection.rst
doc/en/snippets/BoundsWithExtremes.rst
doc/en/snippets/BoundsWithNone.rst
doc/en/snippets/ModuleCompatibility.rst
doc/en/snippets/OptimalPoints.rst
doc/en/snippets/ReducedBasisMus.rst [new file with mode: 0644]
doc/en/snippets/Variant_UKF.rst
doc/en/tui.rst
doc/fr/bibliography.rst
doc/fr/ref_algorithm_GradientTest.rst
doc/fr/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/snippets/AmplitudeOfInitialDirection.rst
doc/fr/snippets/BoundsWithExtremes.rst
doc/fr/snippets/BoundsWithNone.rst
doc/fr/snippets/ModuleCompatibility.rst
doc/fr/snippets/OptimalPoints.rst
doc/fr/snippets/ReducedBasisMus.rst [new file with mode: 0644]
doc/fr/snippets/Variant_UKF.rst
doc/fr/tui.rst
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Atoms/c2ukf.py [deleted file]
src/daComposant/daAlgorithms/Atoms/cekf.py
src/daComposant/daAlgorithms/Atoms/ceks.py
src/daComposant/daAlgorithms/Atoms/ecw2ukf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwapso.py
src/daComposant/daAlgorithms/Atoms/ecwblue.py
src/daComposant/daAlgorithms/Atoms/ecwdeim.py
src/daComposant/daAlgorithms/Atoms/ecweim.py
src/daComposant/daAlgorithms/Atoms/ecwexblue.py
src/daComposant/daAlgorithms/Atoms/ecwlls.py
src/daComposant/daAlgorithms/Atoms/ecwnlls.py
src/daComposant/daAlgorithms/Atoms/ecwnpso.py
src/daComposant/daAlgorithms/Atoms/ecwopso.py
src/daComposant/daAlgorithms/Atoms/ecwpspso.py
src/daComposant/daAlgorithms/Atoms/ecwspso.py
src/daComposant/daAlgorithms/Atoms/ecwstdkf.py
src/daComposant/daAlgorithms/Atoms/ecwubfeim.py
src/daComposant/daAlgorithms/Atoms/ecwukf.py
src/daComposant/daAlgorithms/Atoms/enks.py
src/daComposant/daAlgorithms/Atoms/eosg.py
src/daComposant/daAlgorithms/Atoms/etkf.py
src/daComposant/daAlgorithms/Atoms/exkf.py
src/daComposant/daAlgorithms/Atoms/exks.py
src/daComposant/daAlgorithms/Atoms/ienkf.py
src/daComposant/daAlgorithms/Atoms/incr3dvar.py
src/daComposant/daAlgorithms/Atoms/lbfgsb111hlt.py
src/daComposant/daAlgorithms/Atoms/lbfgsb112hlt.py
src/daComposant/daAlgorithms/Atoms/lbfgsb14hlt.py
src/daComposant/daAlgorithms/Atoms/lbfgsb17hlt.py
src/daComposant/daAlgorithms/Atoms/lbfgsb18hlt.py
src/daComposant/daAlgorithms/Atoms/lbfgsb19hlt.py
src/daComposant/daAlgorithms/Atoms/mlef.py
src/daComposant/daAlgorithms/Atoms/mmqr.py
src/daComposant/daAlgorithms/Atoms/psas3dvar.py
src/daComposant/daAlgorithms/Atoms/senkf.py
src/daComposant/daAlgorithms/Atoms/std3dvar.py
src/daComposant/daAlgorithms/Atoms/std4dvar.py
src/daComposant/daAlgorithms/Atoms/uskf.py [deleted file]
src/daComposant/daAlgorithms/Atoms/van3dvar.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/ControledFunctionTest.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/EnsembleOfSimulationGenerationTask.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/FunctionTest.py
src/daComposant/daAlgorithms/GradientTest.py
src/daComposant/daAlgorithms/InputValuesTest.py
src/daComposant/daAlgorithms/InterpolationByReducedModelTask.py
src/daComposant/daAlgorithms/InterpolationByReducedModelTest.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/LinearityTest.py
src/daComposant/daAlgorithms/LocalSensitivityTest.py
src/daComposant/daAlgorithms/MeasurementsOptimalPositioningTask.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ObservationSimulationComparisonTest.py
src/daComposant/daAlgorithms/ObserverTest.py
src/daComposant/daAlgorithms/ParallelFunctionTest.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/ReducedModelingTest.py
src/daComposant/daAlgorithms/SamplingTest.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daAlgorithms/TangentTest.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daCore/Aidsm.py
src/daComposant/daCore/AssimilationStudy.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/ExtendedLogging.py
src/daComposant/daCore/Interfaces.py
src/daComposant/daCore/NumericObjects.py
src/daComposant/daCore/Persistence.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daCore/Reporting.py
src/daComposant/daCore/Templates.py
src/daComposant/daCore/version.py
test/test6901/Verification_des_Assimilation_Algorithms.py