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: README.md
+5-11
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# PyGAD: Genetic Algorithm in Python
1
+
# PyGAD: Genetic Algorithm in Python
2
2
3
-
[This project](https://github.com/ahmedfgad/GeneticAlgorithmPython) is part of [PyGAD](https://pypi.org/project/pygad)which is an open-source Python 3 library for building the genetic algorithm and optimizing machine learning algorithms (Keras & PyTorch).
3
+
[PyGAD](https://pypi.org/project/pygad) is an open-source easy-to-use Python 3 library for building the genetic algorithm and optimizing machine learning algorithms. It supports Keras and PyTorch.
4
4
5
-
Check documentation of the [GeneticAlgorithmPython](https://github.com/ahmedfgad/GeneticAlgorithmPython) project in the PyGAD's documentation: https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html
5
+
Check documentation of the [PyGAD](https://pygad.readthedocs.io/en/latest).
@@ -18,18 +18,14 @@ You can donate via [Open Collective](https://opencollective.com/pygad): [opencol
18
18
19
19
To donate using PayPal, use either this link: [paypal.me/ahmedfgad](https://paypal.me/ahmedfgad) or the e-mail address [email protected].
20
20
21
-
# Tutorial Project
22
-
23
-
**IMPORTANT** If you are coming for the code of the tutorial titled [**Genetic Algorithm Implementation in Python**](https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad), then it has been moved to the [Tutorial Project](https://github.com/ahmedfgad/GeneticAlgorithmPython/tree/master/Tutorial Project) directory on 06 May 2020.
24
-
25
21
# Installation
26
22
27
23
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library lives a PyPI at this page https://pypi.org/project/pygad.
28
24
29
25
Install PyGAD with the following command:
30
26
31
27
```python
32
-
pip3 install pygad
28
+
pip install pygad
33
29
```
34
30
35
31
PyGAD is developed in Python 3.7.3 and depends on NumPy for creating and manipulating arrays and Matplotlib for creating figures. The exact NumPy version used in developing PyGAD is 1.16.4. For Matplotlib, the version is 3.1.0.
0 commit comments