/Genetic-Travelling-Salesman-Problem

Solving the Travelling Salesman Problem using Genetic Algorithm.

Primary LanguageJavaMIT LicenseMIT

Travelling Salesman Problem

React Logo

Solving the Travelling Salesman Problem using Genetic Algorithm.

This repository contains an implementation of Genetic Algorithm that solves the main problem of Travelling Salesman without blowing up all the computer memory (RAM).

Para utilizá-lo você necessitará da versão mais recente do Java (1.8+) e do Maven.

Metadados

Muryllo Pimenta – muryllo.pimenta@upe.br

Distribuído sobre a licença MIT. Veja LICENSE para mais informações.

Contribuição

  1. Fork it (https://github.com/MurylloEx/Genetic-Travelling-Salesman-Problem/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request