Skip to content

Commit d15c407

Browse files
authored
Merge pull request #121 from kirbyherm/master
adding online documentation for moead_gen
2 parents 5e60cc7 + 8c79cb9 commit d15c407

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

doc/algorithms.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Algorithms exposed from C++
7474

7575
-------------------------------------------------------------
7676

77+
.. autoclass:: pygmo.moead_gen
78+
:members:
79+
80+
-------------------------------------------------------------
81+
7782
.. autoclass:: pygmo.compass_search
7883
:members:
7984

doc/overview.rst

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,29 @@ and multi-objective problems into single-objective ones.
6969

7070
Heuristic Global Optimization
7171
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72-
========================================================== ========================================= =========================
73-
Common Name Docs of the python class Capabilities
74-
========================================================== ========================================= =========================
75-
Extended Ant Colony Optimization (GACO) :class:`pygmo.gaco` S-CU-I
76-
Differential Evolution (DE) :class:`pygmo.de` S-U
77-
Self-adaptive DE (jDE and iDE) :class:`pygmo.sade` S-U
78-
Self-adaptive DE (de_1220 aka pDE) :class:`pygmo.de1220` S-U
79-
Grey wolf optimizer (GWO) :class:`pygmo.gwo` S-U
80-
Improved Harmony Search :class:`pygmo.ihs` SM-CU-I
81-
Particle Swarm Optimization (PSO) :class:`pygmo.pso` S-U
82-
Particle Swarm Optimization Generational (GPSO) :class:`pygmo.pso_gen` S-U-sto
83-
(N+1)-ES Simple Evolutionary Algorithm :class:`pygmo.sea` S-U-sto
84-
Simple Genetic Algorithm :class:`pygmo.sga` S-U-I-sto
85-
Corana's Simulated Annealing (SA) :class:`pygmo.simulated_annealing` S-U
86-
Artificial Bee Colony (ABC) :class:`pygmo.bee_colony` S-U
87-
Covariance Matrix Adaptation Evo. Strategy (CMA-ES) :class:`pygmo.cmaes` S-U-sto
88-
Exponential Evolution Strategies (xNES) :class:`pygmo.xnes` S-U-sto
89-
Non-dominated Sorting GA (NSGA2) :class:`pygmo.nsga2` M-U-I
90-
Multi-objective EA vith Decomposition (MOEA/D) :class:`pygmo.moead` M-U
91-
Multi-objective Hypervolume-based ACO (MHACO) :class:`pygmo.maco` M-U-I
92-
Non-dominated Sorting PSO (NSPSO) :class:`pygmo.nspso` M-U
93-
========================================================== ========================================= =========================
72+
============================================================ ========================================= =========================
73+
Common Name Docs of the python class Capabilities
74+
============================================================ ========================================= =========================
75+
Extended Ant Colony Optimization (GACO) :class:`pygmo.gaco` S-CU-I
76+
Differential Evolution (DE) :class:`pygmo.de` S-U
77+
Self-adaptive DE (jDE and iDE) :class:`pygmo.sade` S-U
78+
Self-adaptive DE (de_1220 aka pDE) :class:`pygmo.de1220` S-U
79+
Grey wolf optimizer (GWO) :class:`pygmo.gwo` S-U
80+
Improved Harmony Search :class:`pygmo.ihs` SM-CU-I
81+
Particle Swarm Optimization (PSO) :class:`pygmo.pso` S-U
82+
Particle Swarm Optimization Generational (GPSO) :class:`pygmo.pso_gen` S-U-sto
83+
(N+1)-ES Simple Evolutionary Algorithm :class:`pygmo.sea` S-U-sto
84+
Simple Genetic Algorithm :class:`pygmo.sga` S-U-I-sto
85+
Corana's Simulated Annealing (SA) :class:`pygmo.simulated_annealing` S-U
86+
Artificial Bee Colony (ABC) :class:`pygmo.bee_colony` S-U
87+
Covariance Matrix Adaptation Evo. Strategy (CMA-ES) :class:`pygmo.cmaes` S-U-sto
88+
Exponential Evolution Strategies (xNES) :class:`pygmo.xnes` S-U-sto
89+
Non-dominated Sorting GA (NSGA2) :class:`pygmo.nsga2` M-U-I
90+
Multi-objective EA vith Decomposition (MOEA/D) :class:`pygmo.moead` M-U
91+
Multi-objective EA vith Decomposition Generational (GMOEA/D) :class:`pygmo.moead_gen` M-U
92+
Multi-objective Hypervolume-based ACO (MHACO) :class:`pygmo.maco` M-U-I
93+
Non-dominated Sorting PSO (NSPSO) :class:`pygmo.nspso` M-U
94+
============================================================ ========================================= =========================
9495

9596
Local optimization
9697
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)