Bases: Crossover
[PermutationSolution
, PermutationSolution
]
Bases: Crossover
[CompositeSolution
, CompositeSolution
]
Bases: Crossover
[FloatSolution
, FloatSolution
]
This operator receives two parameters: the current individual and an array of three parent individuals. The best and rand variants depends on the third parent, according whether it represents the current of the “best” individual or a random_search one. The implementation of both variants are the same, due to that the parent selection is external to the crossover operator.
Bases: Crossover
[IntegerSolution
, IntegerSolution
]
Bases: Crossover
[PermutationSolution
, PermutationSolution
]