andrearosasco/FastFlow-TSP-Genetic-Algorithm
This repository contains three implementation of a genetic algorithm solving the travelling salesman problem: a sequential one, one using standard c++ parallel mechanism and one using the parallel pattern library FastFlow
C++