]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Code improvements, review and simplifications (1)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 6 Feb 2022 20:41:51 +0000 (21:41 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 7 Feb 2022 18:21:03 +0000 (19:21 +0100)
commit4149157e26962b5248551bc00492a34610042775
treeb0119a7e0b5c203bfa581f6da58bfc7bfec97c72
parent4b4421e29271be29aefb419e27207c780e919819
Code improvements, review and simplifications (1)
25 files changed:
doc/en/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_3DVAR.rst
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Atoms/__init__.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/c2ukf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/lbfgsbhlt.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/mmqr.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/uskf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/FunctionTest.py
src/daComposant/daAlgorithms/GradientTest.py
src/daComposant/daAlgorithms/InputValuesTest.py
src/daComposant/daAlgorithms/LinearityTest.py
src/daComposant/daAlgorithms/LocalSensitivityTest.py
src/daComposant/daAlgorithms/ObserverTest.py
src/daComposant/daAlgorithms/ParallelFunctionTest.py
src/daComposant/daAlgorithms/QuantileRegression.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/Interfaces.py