I read a couple of articles and sample code on how to solve TSP with genetic algorithms and Ant colony optimization, etc. But all I found did not include time limits (windows), for example. "I have to be with client x until 12 in the morning," and took symmetry.
Can someone point me to some sample code or article that explains how I can add restrictions to TSP and how I can represent them in code.
Thanks!
algorithm genetic-algorithm traveling-salesman
alex25
source share