Salome HOME
Documentation and code update for PSO
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 19 Apr 2023 18:27:27 +0000 (20:27 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 19 Apr 2023 18:27:27 +0000 (20:27 +0200)
commitc64c13c5520813e6b027545b71166a150abbcbcd
tree9701d3c5e8375e8a517b259b4017eaafded4a504
parent715d1d9efe6ddc0c35a8a779d261d5003161ee72
Documentation and code update for PSO
20 files changed:
doc/en/bibliography.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/snippets/CognitiveAcceleration.rst [new file with mode: 0644]
doc/en/snippets/GroupRecallRate.rst [deleted file]
doc/en/snippets/InertiaWeight.rst [new file with mode: 0644]
doc/en/snippets/SocialAcceleration.rst [new file with mode: 0644]
doc/en/snippets/SwarmVelocity.rst [deleted file]
doc/en/snippets/VelocityClampingFactor.rst [new file with mode: 0644]
doc/fr/bibliography.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/snippets/CognitiveAcceleration.rst [new file with mode: 0644]
doc/fr/snippets/GroupRecallRate.rst [deleted file]
doc/fr/snippets/InertiaWeight.rst [new file with mode: 0644]
doc/fr/snippets/SocialAcceleration.rst [new file with mode: 0644]
doc/fr/snippets/SwarmVelocity.rst [deleted file]
doc/fr/snippets/VelocityClampingFactor.rst [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwnpso.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwopso.py [new file with mode: 0644]
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daSalome/__init__.py