Salome HOME
Documentation and code update for PSO
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 26 Apr 2023 15:29:29 +0000 (17:29 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 26 Apr 2023 15:29:29 +0000 (17:29 +0200)
commit9d4d9f9b741e692c9307f523a70e29b05385fa8d
tree011ef20b1df69a3a1621b458b0a52f4c5efc160c
parent7bf2ba7defcc58ecaa43a0beece56ca63c779534
Documentation and code update for PSO
20 files changed:
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/snippets/BoxBounds.rst
doc/en/snippets/CognitiveAcceleration.rst
doc/en/snippets/InertiaWeight.rst
doc/en/snippets/ModuleCompatibility.rst
doc/en/snippets/SocialAcceleration.rst
doc/en/snippets/VelocityClampingFactor.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/snippets/BoxBounds.rst
doc/fr/snippets/CognitiveAcceleration.rst
doc/fr/snippets/InertiaWeight.rst
doc/fr/snippets/ModuleCompatibility.rst
doc/fr/snippets/SocialAcceleration.rst
doc/fr/snippets/VelocityClampingFactor.rst
src/daComposant/daAlgorithms/Atoms/ecwnpso.py
src/daComposant/daAlgorithms/Atoms/ecwopso.py
src/daComposant/daAlgorithms/Atoms/ecwspso.py [new file with mode: 0644]
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/NumericObjects.py