Skip to content

OzanDuru/tsp-genetic-algorithm-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TSP Genetic Algorithm (Python)

A simple yet extensible Genetic Algorithm (GA) solver for the Traveling Salesman Problem (TSP) written in Python.
It uses tournament selection, order crossover (OX), swap mutation, and elitism.
You can plug in your own points from data/points.json or use the default 10-city se

About

A simple yet extensible Genetic Algorithm (GA) solver for the Traveling Salesman Problem (TSP) in Python. Includes tournament selection, order crossover (OX), swap mutation, and elitism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages