culebra.solution.abc module¶
Abstract base classes for solutions for different metaheuristics.
The abc module provides solutions targeted for
different metaheuristics. Currently, the following are defined:
An
Antclass, which adds the path handling stuff to theSolutionclass to support the implementation of ant colony trainers.An
Individualclass, which adds the crossover and mutation operators to theSolutionclass to support the implementation of evolutionary trainers.

