Genetic algorithm applied to TSP

Versión 1.0.0 (1,55 KB) por CoderK
This code implements a genetic algorithm-based solver for the Traveling Salesman Problem (TSP). It starts by setting parameters such as the
6 descargas
Actualizado 7 jul 2024

Ver licencia

This code implements a genetic algorithm-based solver for the Traveling Salesman Problem (TSP). It starts by setting parameters such as the number of cities, the number of generations, population size, mutation rate, and crossover rate. Then, it generates initial city coordinates and population. In each generation, it calculates the fitness of the population, selects the best route, performs selection, crossover, and mutation operations, and updates the population. Finally, it plots the best route. The entire process iteratively optimizes through a genetic algorithm to find the shortest path.

Citar como

CoderK (2024). Genetic algorithm applied to TSP (https://www.mathworks.com/matlabcentral/fileexchange/169221-genetic-algorithm-applied-to-tsp), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2024a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspirado por: tsp with ga

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0