culebra.fitness_function.tsp
module¶
Traveling salesman problem related fitness functions.
This sub-module provides fitness functions to solve TSP problems. Currently:
PathLength
: Abstract base class for TSP problem fitness functions.
SinglePathLength
: Single objective fitness function for TSP problems.
DoublePathLength
: Bi-objective fitness function for TSP problems.