|
Class Summary |
| BLXAlphaCrossover |
This class allows to apply a SBX crossover operator using two parent
solutions. |
| Crossover |
This class represents the super class of all the crossover operators |
| CrossoverFactory |
Class implementing a factory for crossover operators. |
| DifferentialEvolutionCrossover |
Differential evolution crossover operators
Comments:
- The 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 randon one. |
| HUXCrossover |
This class allows to apply a HUX crossover operator using two parent
solutions. |
| PMXCrossover |
This class allows to apply a PMX crossover operator using two parent
solutions. |
| SBXCrossover |
This class allows to apply a SBX crossover operator using two parent
solutions. |
| SBXSinglePointCrossover |
|
| SinglePointCrossover |
This class allows to apply a Single Point crossover operator using two parent
solutions. |
| TwoPointsCrossover |
This class allows to apply a two points crossover operator using two parent
solutions. |