This was a project for AI Course in University. The subject is Genetic Algorithms.
Part 1)
I wanted to cluster the Iris dataset by genetic algorithm and find the best clusters through each generation. I tried it with different number of clusters
and plot the results. you can know more about in the documatation and report.
Part 2)
In this part, I solved the Traveling Salesman Problem (TSP) which is a famous problem in Computer Science world using Genetic
Algorithm. I explained the details in my report.