| Package | Description |
|---|---|
| org.opt4j.operator.crossover |
Provides the classes for the crossover operator for genotypes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrossoverBooleanDefault
The default crossover operator for the binary vector is the
CrossoverBooleanRate with 0.5 rate. |
class |
CrossoverBooleanRate
Crossover for the
BooleanGenotype. |
class |
CrossoverIntegerDefault
|
class |
CrossoverIntegerRate
|