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.
Muryllo Pimenta – muryllo.pimenta@upe.br
Distribuído sobre a licença MIT. Veja LICENSE
para mais informações.
- Fork it (https://github.com/MurylloEx/Genetic-Travelling-Salesman-Problem/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request