]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Update for advancement of 9.12 code and documentation
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 22 Sep 2023 14:04:17 +0000 (16:04 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 22 Sep 2023 14:04:42 +0000 (16:04 +0200)
commitc3e19161c483288f9c9df57525b0bd70ffa5e71e
tree02597ac5e6593fe2a2d8c5c9d283d09b4789b45d
parent747d1551dfc0d19dbc7e9fdba6c02de752b675bd
Update for advancement of 9.12 code and documentation

Review, update, evolutions for DFO, PSO, EOSG, IRM, MOP, SP...
165 files changed:
bin/module_version.py
doc/en/bibliography.rst
doc/en/examples.rst
doc/en/images/irm_determination.png [new file with mode: 0644]
doc/en/images/mop_determination.png [new file with mode: 0644]
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_EnsembleOfSimulationGenerationTask.rst
doc/en/ref_algorithm_InterpolationByReducedModelTask.rst [new file with mode: 0644]
doc/en/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_SamplingTest.rst
doc/en/reference.rst
doc/en/scripts/simple_3DVAR1Plus.png
doc/en/scripts/simple_3DVAR1Plus.rst
doc/en/scripts/simple_ParticleSwarmOptimization1.png [new file with mode: 0644]
doc/en/scripts/simple_ParticleSwarmOptimization1.py [new file with mode: 0644]
doc/en/scripts/simple_ParticleSwarmOptimization1.res [new file with mode: 0644]
doc/en/scripts/simple_ParticleSwarmOptimization1.rst [new file with mode: 0644]
doc/en/snippets/Analysis.rst
doc/en/snippets/Debug.rst
doc/en/snippets/EnsembleOfSimulations.rst
doc/en/snippets/EnsembleOfSnapshots.rst
doc/en/snippets/EnsembleOfStates.rst
doc/en/snippets/ExcludedPoints.rst
doc/en/snippets/InternalCostFunctionJ.rst [new file with mode: 0644]
doc/en/snippets/InternalCostFunctionJb.rst [new file with mode: 0644]
doc/en/snippets/InternalCostFunctionJo.rst [new file with mode: 0644]
doc/en/snippets/InternalStates.rst [new file with mode: 0644]
doc/en/snippets/Minimizer_DFO.rst
doc/en/snippets/ModuleCompatibility.rst
doc/en/snippets/ModuleValidation.rst
doc/en/snippets/ObservationsAlreadyRestrictedOnOptimalLocations.rst [new file with mode: 0644]
doc/en/snippets/OptimalLocations.rst [new file with mode: 0644]
doc/en/snippets/OptimalPoints.rst
doc/en/snippets/ReducedBasis.rst
doc/fr/bibliography.rst
doc/fr/examples.rst
doc/fr/images/irm_determination.png [new file with mode: 0644]
doc/fr/images/mop_determination.png [new file with mode: 0644]
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_EnsembleOfSimulationGenerationTask.rst
doc/fr/ref_algorithm_InterpolationByReducedModelTask.rst [new file with mode: 0644]
doc/fr/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_SamplingTest.rst
doc/fr/reference.rst
doc/fr/scripts/simple_3DVAR1Plus.png
doc/fr/scripts/simple_3DVAR1Plus.rst
doc/fr/scripts/simple_ParticleSwarmOptimization1.png [new file with mode: 0644]
doc/fr/scripts/simple_ParticleSwarmOptimization1.py [new file with mode: 0644]
doc/fr/scripts/simple_ParticleSwarmOptimization1.res [new file with mode: 0644]
doc/fr/scripts/simple_ParticleSwarmOptimization1.rst [new file with mode: 0644]
doc/fr/snippets/Analysis.rst
doc/fr/snippets/Debug.rst
doc/fr/snippets/EnsembleOfSimulations.rst
doc/fr/snippets/EnsembleOfSnapshots.rst
doc/fr/snippets/EnsembleOfStates.rst
doc/fr/snippets/ExcludedPoints.rst
doc/fr/snippets/InternalCostFunctionJ.rst [new file with mode: 0644]
doc/fr/snippets/InternalCostFunctionJb.rst [new file with mode: 0644]
doc/fr/snippets/InternalCostFunctionJo.rst [new file with mode: 0644]
doc/fr/snippets/InternalStates.rst [new file with mode: 0644]
doc/fr/snippets/Minimizer_DFO.rst
doc/fr/snippets/ModuleCompatibility.rst
doc/fr/snippets/ModuleValidation.rst
doc/fr/snippets/ObservationsAlreadyRestrictedOnOptimalLocations.rst [new file with mode: 0644]
doc/fr/snippets/OptimalLocations.rst [new file with mode: 0644]
doc/fr/snippets/OptimalPoints.rst
doc/fr/snippets/ReducedBasis.rst
resources/SalomeApp.xml.in
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Atoms/c2ukf.py
src/daComposant/daAlgorithms/Atoms/cekf.py
src/daComposant/daAlgorithms/Atoms/ceks.py
src/daComposant/daAlgorithms/Atoms/ecwapso.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwblue.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 [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwspso.py
src/daComposant/daAlgorithms/Atoms/ecwstdkf.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 [new file with mode: 0644]
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
src/daComposant/daAlgorithms/Atoms/van3dvar.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/InterpolationByReducedModelTask.py [new file with mode: 0644]
src/daComposant/daAlgorithms/InterpolationByReducedModelTest.py [new file with mode: 0644]
src/daComposant/daAlgorithms/MeasurementsOptimalPositioningTask.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ObservationSimulationComparisonTest.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/SamplingTest.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daCore/ExtendedLogging.py
src/daComposant/daCore/NumericObjects.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daCore/version.py
src/daEficas/CMakeLists.txt
src/daEficas/Makefile.am
src/daEficas/traduitADAOV7_4_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_4_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV7_5_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_5_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV7_5_1ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_5_1ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV7_6_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_6_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV7_7_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_7_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV7_8_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV7_8_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_1_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_1_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_2_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_2_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_3_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_3_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_4_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_4_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_5_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_5_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV8_6_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV8_6_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_10_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_10_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_11_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_2_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_2_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_3_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_3_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_4_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_4_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_5_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_5_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_6_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_6_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_7_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_7_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_8_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_8_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOV9_9_0ToV9_11_0.py [deleted file]
src/daEficas/traduitADAOV9_9_0ToV9_12_0.py [new file with mode: 0644]
src/daEficas/traduitADAOsansToV9_11_0.py [deleted file]
src/daEficas/traduitADAOsansToV9_12_0.py [new file with mode: 0644]
src/daSalome/__init__.py