Skip to content

Commit c895e99

Browse files
authored
Update README.md
1 parent 962bef9 commit c895e99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# GeneticAlgorithmPython
22
Genetic algorithm implementation in Python
3+
4+
The tutorial discussing the code is available here:
5+
6+
https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad/
7+
8+
https://towardsdatascience.com/genetic-algorithm-implementation-in-python-5ab67bb124a6
9+
10+
The GA.py file holds the implementation of the GA operations such as muration and crossover. The other file gives an example of using the GA.py file.
11+
12+
It is important to note that this project does not implement everything in GA and there are a wide number of variations to be applied. For example, this project uses decimal representation for the chromosome and the binary representations might be preferred for other problems.

0 commit comments

Comments
 (0)