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/index.rst
+3-6
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@
10
10
Welcome to PyGAD's documentation!
11
11
=================================
12
12
13
-
`PyGAD <https://pypi.org/project/pygad>`__ is an open-source Python 3
14
-
library for implementing the genetic algorithm and optimizing machine
15
-
learning algorithms.
13
+
`PyGAD <https://pypi.org/project/pygad>`__ is an open-source Python library for building the genetic algorithm and optimizing machine learning algorithms.
16
14
17
15
`PyGAD <https://pypi.org/project/pygad>`__ supports different types of
18
16
crossover, mutation, and parent selection.
@@ -26,9 +24,8 @@ learning algorithms. Currently,
26
24
training (using genetic algorithm) artificial neural networks for
27
25
classification problems.
28
26
29
-
The library is under active development and more features in the genetic
30
-
algorithm will be added like working with binary problems. This is in
31
-
addition to supporting more machine learning algorithms.
27
+
The library is under active development and more features added
28
+
regularly. Please contact us if you want a feature to be supported.
0 commit comments