Skip to content

Implementation of a simple genetic algorithm designed to solve the Traveling Salesman Problem, using ncurses to visualize the graph.

Notifications You must be signed in to change notification settings

DubiousCactus/GeneticAlgorithm

Repository files navigation

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

Releases

No releases published

Packages

No packages published