pheroh / TSP-GA-PHP

Traveling Salesman Problem - Genetic Algorithm
6 stars 3 forks source link

multiobjective traveling salesman problem #1

Closed wagnerdracha closed 7 years ago

wagnerdracha commented 7 years ago

Hello

First of all, congratulations for the initiative. I was looking for something along those lines.

Concerning your work, I would like to ask a question.

Can you tell me if this algorithm works with multiobjective traveling salesman problem?

Thank you

pheroh commented 7 years ago

Hello,

As it is now, it only solves for shortest distance. I will be lying if I said I readily know how to change it to work for multiobjectives or how trivial/difficult it's gonna be.