You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
About
Implementation of a simple genetic algorithm designed to solve the Traveling Salesman Problem, using ncurses to visualize the graph.