This repository contains a Python implementation of a Genetic Algorithm to find the shortest route between cities based on given coordinates. It demonstrates how evolutionary techniques can solve optimization problems effectively! ๐
- ๐บ๏ธ City Locations: Configurable coordinates for cities.
- ๐ Genetic Algorithm: Utilizes selection, crossover, and mutation to evolve solutions.
- ๐ Visualization: Plots the shortest route using
matplotlib.
- ๐ Python
- ๐ข Genetic Algorithm
- ๐ฒ Random Library
- ๐งฎ Euclidean Distance
- ๐ Matplotlib (for route visualization)
- Clone the repository:
git clone https://github.com/your-username/shortest-route-genetic-algorithm.git
Feel free to fork this repository, improve the algorithm, or add new features. Contributions are welcome! ๐ค
This project is licensed under the MIT License. ๐