|
1 | | -#GeneticAlgorithmPython:Implementing Genetic Algorithm in Python |
| 1 | +#GeneticAlgorithmPython:Building 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 forimplementing the genetic algorithm and optimizing machine learning algorithms. |
| 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 forbuilding the genetic algorithm and optimizing machine learning algorithms. |
4 | 4 |
|
5 | 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 |
6 | 6 |
|
7 | 7 | [PyGAD](https://pypi.org/project/pygad) supports different types of crossover, mutation, and parent selection.[PyGAD](https://pypi.org/project/pygad) allows different types of problems to be optimized using the genetic algorithm by customizing the fitness function. |
8 | 8 |
|
9 | | -The library is under active development and more featuresin the genetic algorithm will be added like working with binary problems. This is in additiontosupporting more machine learning algorithms. |
| 9 | +The library is under active development and more featuresare added regularly. If you want a feature to be supported, please check the**Contact Us** sectiontosend a request. |
10 | 10 |
|
11 | 11 | #Donation |
12 | 12 |
|
|