culebra.fitness_function.tsp.abc module¶
Abstract base fitness functions for the TSP problem.
This sub-module provides several abstract classes that help defining other fitness functions. The following classes are provided:
TSPFitnessFunction: Abstract base class for the all the fitness functions for the TSP problem.

