Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 2.94 KB

metaheuristic_algo_index.rst

File metadata and controls

75 lines (54 loc) · 2.94 KB

Metaheuristic Optimization

.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }
.. toctree::
   :maxdepth: 2

   de

:ref:`de <de-func-ref1>` Differential Evolution
:ref:`de <de-func-ref2>` Differential Evolution
.. toctree::
   :maxdepth: 2

   de-prmm

:ref:`de-prmm <de-prmm-func-ref1>` DE with Population Reduction and Multiple Mutation (PRMM) Strategies
:ref:`de-prmm <de-prmm-func-ref2>` DE with Population Reduction and Multiple Mutation (PRMM) Strategies
.. toctree::
   :maxdepth: 2

   pso

:ref:`pso <pso-func-ref1>` Particle Swarm Optimization (PSO)
:ref:`pso <pso-func-ref2>` Particle Swarm Optimization (PSO)
.. toctree::
   :maxdepth: 2

   pso-dv

:ref:`pso-dv <pso-dv-func-ref1>` PSO with Differentially-Perturbed Velocity (DV)
:ref:`pso-dv <pso-dv-func-ref2>` PSO with Differentially-Perturbed Velocity (DV)