]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Code improvements and update for iteration control
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 30 Mar 2022 18:28:20 +0000 (20:28 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 30 Mar 2022 18:28:20 +0000 (20:28 +0200)
commit989279bb7ab98626dbe3e7ef3c650ac40d8ee504
treee4c1b780b5379f980e7310ef3b87e23241dfa878
parentd705815efcbf3e34bb65290e6306bc2d9fe6c5ed
Code improvements and update for iteration control

Including documentation
85 files changed:
doc/en/advanced.rst
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_DifferentialEvolution.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_options_AlgorithmParameters.rst
doc/en/scripts/simple_3DVAR.py
doc/en/scripts/simple_NonLinearLeastSquares.py
doc/en/scripts/tui_example_11.py
doc/en/snippets/CurrentIterationNumber.rst
doc/en/snippets/CurrentStepNumber.rst
doc/en/snippets/MaximumNumberOfIterations.rst [new file with mode: 0644]
doc/en/snippets/MaximumNumberOfIterations_50.rst [new file with mode: 0644]
doc/en/snippets/MaximumNumberOfSteps.rst [deleted file]
doc/en/snippets/MaximumNumberOfSteps_50.rst [deleted file]
doc/en/tutorials_in_salome.rst
doc/fr/advanced.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_DifferentialEvolution.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_options_AlgorithmParameters.rst
doc/fr/scripts/simple_3DVAR.py
doc/fr/scripts/simple_NonLinearLeastSquares.py
doc/fr/scripts/tui_example_11.py
doc/fr/snippets/CurrentIterationNumber.rst
doc/fr/snippets/CurrentStepNumber.rst
doc/fr/snippets/MaximumNumberOfIterations.rst [new file with mode: 0644]
doc/fr/snippets/MaximumNumberOfIterations_50.rst [new file with mode: 0644]
doc/fr/snippets/MaximumNumberOfSteps.rst [deleted file]
doc/fr/snippets/MaximumNumberOfSteps_50.rst [deleted file]
doc/fr/tutorials_in_salome.rst
examples/daSalome/test006_Observers_init.py
examples/daSkeletons/External_data_definition_by_scripts/Script_AlgorithmParameters.py
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/Atoms/ecwnlls.py
src/daComposant/daAlgorithms/Atoms/incr3dvar.py
src/daComposant/daAlgorithms/Atoms/psas3dvar.py
src/daComposant/daAlgorithms/Atoms/std3dvar.py
src/daComposant/daAlgorithms/Atoms/std4dvar.py
src/daComposant/daAlgorithms/Atoms/van3dvar.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/Interfaces.py
src/daComposant/daCore/NumericObjects.py
src/daEficas/traduitADAOV7_4_0ToV9_9_0.py
src/daEficas/traduitADAOV7_5_0ToV9_9_0.py
src/daEficas/traduitADAOV7_5_1ToV9_9_0.py
src/daEficas/traduitADAOV7_6_0ToV9_9_0.py
src/daEficas/traduitADAOV7_7_0ToV9_9_0.py
src/daEficas/traduitADAOV7_8_0ToV9_9_0.py
src/daEficas/traduitADAOV8_1_0ToV9_9_0.py
src/daEficas/traduitADAOV8_2_0ToV9_9_0.py
src/daEficas/traduitADAOV8_3_0ToV9_9_0.py
src/daEficas/traduitADAOV8_4_0ToV9_9_0.py
src/daEficas/traduitADAOV8_5_0ToV9_9_0.py
src/daEficas/traduitADAOV8_6_0ToV9_9_0.py
src/daEficas/traduitADAOV9_2_0ToV9_9_0.py
src/daEficas/traduitADAOV9_3_0ToV9_9_0.py
src/daEficas/traduitADAOV9_4_0ToV9_9_0.py
src/daEficas/traduitADAOV9_5_0ToV9_9_0.py
src/daEficas/traduitADAOV9_6_0ToV9_9_0.py
src/daEficas/traduitADAOV9_7_0ToV9_9_0.py
src/daEficas/traduitADAOV9_8_0ToV9_9_0.py
src/daEficas/traduitADAOsansToV9_9_0.py
test/test6703/Doc_TUI_Exemple_03.py
test/test6704/Doc_TUI_Exemple_03_en_multifonction.py
test/test6711/Doc_TUI_Exemple_02_Arguments.py
test/test6904/Definition_complete_de_cas_3DVAR.py
test/test6904/Definition_complete_de_cas_NLLS.py
test/test6905/test914_Xternal_3_Variables.py