Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artix41/traveler

Traveler Salesman with genetic algorithm
https://github.com/artix41/traveler

c-plus-plus data-visualization genetic-algorithm travelling-salesman

Last synced: 20 days ago
JSON representation

Traveler Salesman with genetic algorithm

Awesome Lists containing this project

README

        

# Travelling Salesman Problem with Genetic Algorithms

![Screenshot of the solution on 1000 points](/images/capture.png)

Use of genetic algorithms to solve the travelling salesman problem, with a GUI to test it on a real map

## Installation

### Linux and Mac

You need to install [SFML](https://www.sfml-dev.org/tutorials/2.4/start-linux-fr.php) before compiling the program.

To compile it , execute on the root of the project folder :
```bash
cmake .
make
```

To run the program, you can then do :
```bash
./traveler
```

### Windows

Install Linux, and go to previous point