5 #ifndef DIGNEA_CROSSOVER_H
6 #define DIGNEA_CROSSOVER_H
8 #include <dignea/core/Solution.h>
34 virtual void run(S &firstInd, S &secondInd) = 0;
36 virtual std::string getName()
const = 0;
Abstract Crossover interface.
Definition: Crossover.h:19
virtual void run(S &firstInd, S &secondInd)=0
Method to perform the crossover operation. This is a virtual method that must be implemented in the s...