Addressing the traveling salesperson problem with frequency fitness assignment and hybrid algorithms
摘要
The traveling salesperson problem (TSP) is one of the most iconic hard optimization tasks. With frequency fitness assignment (FFA), a new approach to optimization has recently been proposed: instead of directing the search towards better solutions, the optimization process prefers those with rarely encountered objective values. FFA can be plugged into existing algorithms and can improve their performance on some problems that are hard for them. However, problems like the TSP, where the number of possible objective values (here: tour lengths) is high, cause the performance of FFA-based algorithms to deteriorate. We choose 56 symmetric instances from TSPLib as a testbed for our experiments. We plug FFA both into the (1+1) EA and simulated annealing (