Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 393 Bytes

GeneticAlgorithm

This project solves the Traveling Salesman Problem using a genetic algorithm with crossover and mutation of chromosomes. The data is visualized as a graph, using ncurses for the nice old school vibe ! B)

The genetic algorithm solving the traveling salesman problem The genetic algorithm solved the traveling salesman problem