diff --git a/Cython/Example_GeneticAlgorithm.pyx b/Cython/Example_GeneticAlgorithm.pyx index 9d97fc7d..2a998693 100644 --- a/Cython/Example_GeneticAlgorithm.pyx +++ b/Cython/Example_GeneticAlgorithm.pyx @@ -2,3 +2,4 @@ import ga # Calling the optimize() function in the GA.py module. ga.optimize() +vddwdw diff --git a/README.md b/README.md index 07a0da68..8f4579eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# GeneticAlgorithmPython: Building Genetic Algorithm in Python + + + [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. @@ -14,7 +16,7 @@ You can donate via [Open Collective](https://opencollective.com/pygad): [opencol To donate using PayPal, use either this link: [paypal.me/ahmedfgad](https://paypal.me/ahmedfgad) or the e-mail address ahmed.f.gad@gmail.com. -# Tutorial Project +# Tutorial Project bbbbbbbbbbbb **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. @@ -22,7 +24,7 @@ To donate using PayPal, use either this link: [paypal.me/ahmedfgad](https://payp 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. -For Windows, issue the following command: +For Windows 10, issue the following command: ```python pip install pygad diff --git a/Tutorial Project/README.md b/Tutorial Project/README.md index e9e32eb8..b0d4f7c0 100644 --- a/Tutorial Project/README.md +++ b/Tutorial Project/README.md @@ -2,7 +2,7 @@ Genetic algorithm implementation in Python -This folder under the project has the code built in the tutorial titled [**Genetic Algorithm Implementation in Python**](https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad) which is available in these links: +This folder under the project has the code built in the tutorial titled [**Genetic Algorithm Implementation in Python**](https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad) which is available in these links: fdvgsdbhetNREDSRBVR4W$qa3RWDCVRGSVWG * https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad * https://towardsdatascience.com/genetic-algorithm-implementation-in-python-5ab67bb124a6