You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/pages/general/introduction.rst
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Introduction
6
6
* MEALPY (MEta-heuristic ALgorithms in PYthon) is the largest Python module for the most cutting-edge nature-inspired meta-heuristic algorithms and is
7
7
distributed under the GNU General Public License (GPL) V3 license.
8
8
9
-
* Current version: 2.5.1, Total algorithms: 172 (102 original, 45 official variants, 25 developed variants)
9
+
* Current version: 2.5.4, Total algorithms: 209 (129 original, 46 official variants, 34 developed variants)
10
10
11
11
* Different versions of mealpy in term of passing hyper-parameters. So please careful check your version before using this library (Check `All releases`_)
12
12
* mealpy < 1.0.5
@@ -36,23 +36,19 @@ distributed under the GNU General Public License (GPL) V3 license.
Copy file name to clipboardExpand all lines: docs/source/pages/general/simple_guide.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Simple Guide
4
4
5
5
In this phase, the main task is to find out the global optimal - in this project, we call it named *model* for simple. We designed the classical as well as
6
6
the state-of-the-art population-based meta-heuristics models: `Evolutionary-based`_, `Swarm-based`_, `Physics-based`_, `Human-based`_, `Biology-based`_,
7
-
`Mathematical-based`_, `Musical-based`_
7
+
`Mathematical-based`_, `Musical-based`_, and `System-based`_
All of this methods are used in the same way. So, in this guide, we'll demo with a specific method such as **Genetic Algorithm** in *Evolutionary-based*.
0 commit comments