Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic-Algorithm-TSP

One of my first bigger coding projects was this TSP solving heuristic algorithm.

The program takes in a list of points representing cities and their location. The algorithm than thakes an heuristic approach to find the shortest hamiltonian cycle in the graph by using an evolutionary algorithm.

It is a pure Java based program since this is the language I learned at the university.

In the GUI the evolutionary approach is visualized, by displaying the fittest individual of each generational cycle.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages