public class CrossoverBooleanXPoint extends CrossoverListXPoint<BooleanGenotype> implements CrossoverBoolean
BooleanGenotype. The crossover is done on x
points.| Constructor and Description |
|---|
CrossoverBooleanXPoint(int x,
Rand random)
Constructs a
CrossoverBooleanXPoint. |
@Inject
public CrossoverBooleanXPoint(int x,
Rand random)
CrossoverBooleanXPoint.x - the number of crossover pointsrandom - the random number generator