Skip to content

Repository files navigation

TSP-GENETIC-ALGORITHM

Compilar

$ g++ -g -Wall -fopenmp -o parallel_tsp parallelize_tsp_ga.cpp

Run

$ ./parallel_tsp

About

Traveling Salesman Problem using genetic algorithms as the heuristic. Parallelization is implemented using OpenMP.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages