next up previous
Next: Encoding Up: Using Genetic Algorithms with Previous: Genetic Algorithms

Modified GAs for TSPs

The evaluation function for the N cities two dimensional Euclidean TSP is the sum of Euclidean distances between every pair of cities in the tour. That is:

displaymath1067

Where, tex2html_wrap_inline1069 , tex2html_wrap_inline1071 are the coordinates of city i and tex2html_wrap_inline1073 , tex2html_wrap_inline1075 equals tex2html_wrap_inline1077 , tex2html_wrap_inline1079 . We also make some changes to the encoding, selection, and recombination.





Sushil J. Louis
Sat Jan 18 20:12:20 PST 1997